#12057 closed defect (fixed)
Opera: dojo.tests.module html_rtl test failure
Reported by: | Katie Vance | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Core | Version: | 1.5 |
Keywords: | opera | Cc: | |
Blocked By: | Blocking: |
Description
dojo/tests/_base/html_rtl.html has one test failure in opera:
Test failure result was:
assertEqual() failed:
expected
EQUAL
but got
100% width element start/size=-1/300 frame client width=300
... FAILED test: ../../dojo/tests/_base/html_rtl.html::scrollingQuirksIframeHorzLarge::test_scrollingQuirksIframeHorzLarge 234 ms
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
(In [23342]) Fixes #12057. Tweak scrolling/iframe test to not call the native scrollIntoView since Opera was off by 1 pixel.