Closed
Bug 627624
Opened 14 years ago
Closed 14 years ago
Make the crashtest for bug 428844 actually test stuff
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
930 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Right now it doesn't use reftest-wait, so ends the test before it reloads the subframe.
Assignee | ||
Comment 1•14 years ago
|
||
This is kind of tricky, as the page loaded inside the iframe isn't valid, and results in an error page, which doesn't trigger the load event. I think the test intended to unload the iframe page instead of really reloading it. This patch does that.
Comment on attachment 518905 [details] [diff] [review]
Patch (v1)
You don't need to remove the event listener:
iframe.removeEventListener("load", arguments.callee, false);
Attachment #518905 -
Flags: review?(roc) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•