Closed
Bug 755457
Opened 13 years ago
Closed 13 years ago
Switch tests to using MozReftestInvalidate to avoid random failures
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
(deleted),
patch
|
longsonr
:
review+
|
Details | Diff | Splinter Review |
My patch for bug 734082 seems to expose random failures due to using 'load' instead of 'MozReftestInvalidate' in:
layout/reftests/svg/smil/anim-filter-primitive-size-01.svg
layout/reftests/svg/smil/anim-filter-size-01.svg
This patch fixes them.
Attachment #624149 -
Flags: review?(longsonr)
Comment 1•13 years ago
|
||
Comment on attachment 624149 [details] [diff] [review]
patch
You should add a setTimeout as well as the MozReftestInvalidate to make the reftests work on non-gecko browsers. E.g.
setTimeout(run, 5000);
Attachment #624149 -
Flags: review?(longsonr) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
You need to log in
before you can comment on or make changes to this bug.
Description
•