Bug 1601887 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Olli Pettay [:smaug] from comment #4)
> Christoph, could you explain why many tests now fail, not timeout?

Previously we loaded about:blank which caused the onload event to fire. Now we are loading an error page and tests are basically checking
  testframe.contentDocument == null

which is not the case because loading the error page resuts in [object HTMLDocument].

> What is missing to get the tests pass?
Otherwise tests would pass.
(In reply to Olli Pettay [:smaug] from comment #4)
> Christoph, could you explain why many tests now fail, not timeout?

Previously we loaded about:blank which caused the onload event to fire. Now we are loading an error page and tests are basically checking
> testframe.contentDocument == null

which is not the case because loading the error page resuts in [object HTMLDocument].

> What is missing to get the tests pass?

Otherwise tests would pass.

Back to Bug 1601887 Comment 6