Custom Query (18300 matches)
Results (160 - 162 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#16630 | worksforme | viewport test failures | ||
Description |
In both FF18 and Chrome 24 when I run dojo/tests/window/viewPort.html and the quirks version in 1.8 I get: GROUP "tests.window.viewport" has 1 test to run 2 tests to run in 1 groups ------------------------------------------------------------ GROUP "dojo.window.viewport" has 2 tests to run PASSED test: ../../dojo/tests/window/viewport.html::dojo.window.viewport::initial 3 ms _AssertFailure: http://localhost/commit18/dojo/dojo.js:362 assertTrue('false') failed with hint: test that viewport didn't shrink, except for space taken by scrollbars ERROR IN: (function expand(t){ var v = dojo.window.getBox(); console.log("calling addText"); addText(); compute(); var v2 = dojo.window.getBox(); doh.t(v2.h <= v.h, "test that viewport didn't increase in size due to text added to document"); doh.t(v2.h+20 >= v.h, "test that viewport didn't shrink, except for space taken by scrollbars"); console.log("end"); }) FAILED test: ../../dojo/tests/window/viewport.html::dojo.window.viewport::expand 12 ms PASSED test: ../../dojo/tests/window/viewport.html 229 ms ------------------------------------------------------------ GROUP "tests.window.viewportQuirks" has 1 test to run 2 tests to run in 1 groups ------------------------------------------------------------ GROUP "dojo.window.viewport" has 2 tests to run PASSED test: ../../dojo/tests/window/viewportQuirks.html::dojo.window.viewport::initial 2 ms _AssertFailure: http://localhost/commit18/dojo/dojo.js:362 assertTrue('false') failed with hint: test that viewport didn't shrink, except for space taken by scrollbars ERROR IN: (function expand(t){ var v = dojo.window.getBox(); console.log("calling addText"); addText(); compute(); var v2 = dojo.window.getBox(); doh.t(v2.h <= v.h, "test that viewport didn't increase in size due to text added to document"); doh.t(v2.h+20 >= v.h, "test that viewport didn't shrink, except for space taken by scrollbars"); console.log("end"); }) FAILED test: ../../dojo/tests/window/viewportQuirks.html::dojo.window.viewport::expand 11 ms PASSED test: ../../dojo/tests/window/viewportQuirks.html 320 ms |
|||
#7729 | fixed | viewport / viewportStrict unit test failures (IE7) | ||
Description |
Getting non-descript [object Error] in doh code running those tests on IE7 (when run from runtests.html) |
|||
#17265 | duplicate | view transitions are broken | ||
Description |
dojo 1.9.0 Stock browser on Samsung S3, Android v4.1.1 to reproduce:
|
Note: See TracQuery
for help on using queries.