Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upParentNode-querySelector-All WPT test not working? #6663
Comments
|
Aha, the test loads an iframe and all of the expected tests run off of the iframe load event. However, the main document load event never fires, so the overall test is never considered finished, yet that doesn't get treated as a timeout for some reason. |
|
CC @jgraham |
|
web-platform-tests/wpt#2019 merged. Maybe time for a WPT upgrade |
|
I can do that, but that won't really help; it'll just make that test be recognized as timing out. |
|
The way to fix the timeout here is probably to add a method to document_loader.rs that pushes a new element to |
|
Yeah, my mistake: the load event does fire, but it fires before everything else hence why the test "finishes" so quickly. |
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
… events to cross-origin iframe elements. Fixes servo#6672. Fixes servo#6663.
Sorry for the brevity of this Issue, I am currently on mobile. From IRC: