Closed
Bug 397126
Opened 17 years ago
Closed 17 years ago
check for 'instanceOf' interfering with svg test.
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: anodelman, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
For the svg tests to run to completion I had to pull out the instance of check for events:
!(evt.originalTarget instanceof Ci.nsIDOMHTMLDocument
It rejected valid page load events as being intended for some other target and ignored them, causing it to never advance to the next page in the set.
Removing the lines doesn't seem to affect any of my other tests run with the pageloader.
Attachment #281898 -
Flags: review?(vladimir)
Attachment #281898 -
Flags: review?(vladimir) → review+
Reporter | ||
Comment 1•17 years ago
|
||
Checking in pageloader.js;
/cvsroot/mozilla/layout/tools/pageloader/pageloader.js,v <-- pageloader.js
new revision: 1.6; previous revision: 1.5
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•