Closed
Bug 550662
Opened 15 years ago
Closed 15 years ago
Intermittent failures in test_smilTextZoom.xhtml | computed value of font-size - got "40px", expected "10px" and computed value of stroke-width - got "20px", expected "5px"
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a3
People
(Reporter: philor, Assigned: dholbert)
References
Details
(Keywords: intermittent-failure, Whiteboard: [fixed by bug 550975] )
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1267828406.1267831004.25464.gz
Linux mozilla-central debug test mochitests-1/5 on 2010/03/05 14:33:26
s: moz2-linux-slave10
49244 INFO Running /tests/content/smil/test/test_smilTextZoom.xhtml...
++DOMWINDOW == 25 (0xd16ba00) [serial = 1360] [outer = 0xa0950a8]
WARNING: Unable to test style tree integrity -- no content node: file /builds/slave/mozilla-central-linux-debug/build/layout/base/nsCSSFrameConstructor.cpp, line 7533
49245 ERROR TEST-UNEXPECTED-FAIL | /tests/content/smil/test/test_smilTextZoom.xhtml | computed value of font-size - got "40px", expected "10px"
49246 ERROR TEST-UNEXPECTED-FAIL | /tests/content/smil/test/test_smilTextZoom.xhtml | computed value of stroke-width - got "20px", expected "5px"
49247 INFO TEST-PASS | /tests/content/smil/test/test_smilTextZoom.xhtml | computed value of font-size
Assignee | ||
Comment 1•15 years ago
|
||
I think this is similar to bug 548022 -- we get past 1s in SVG-document-time before firing the "load" handler, and so we're already sampling the animation before we should be. (Though I think that would make us trigger the NS_ABORT_IF_FALSE that was triggered in bug 548022... so I'm not completely sure.)
In any case, I think this should be fixed by bug 550975, which will have our onload handler actually be triggered at "time zero" in document time.
Depends on: 550975
Assignee | ||
Comment 2•15 years ago
|
||
I just landed bug 550975, which should fix this randomorange per comment 1.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → dholbert
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Flags: in-testsuite-
Whiteboard: [orange] → [fixed by bug 550975] [orange]
Target Milestone: --- → mozilla1.9.3a3
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [fixed by bug 550975] [orange] → [fixed by bug 550975]
You need to log in
before you can comment on or make changes to this bug.
Description
•