Revise viewport-resize-event-on-load-overflowing-page.html to avoid bug 1547827
Categories
(Core :: Layout, task, P3)
Tracking
()
People
(Reporter: botond, Assigned: botond)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
The viewport-resize-event-on-load-overflowing-page.html web platform test currently fails due to bug 1547827.
James suggested that the test could be revised to avoid this issue by using window.open
and running the test in the new window instead.
Assignee | ||
Comment 1•6 years ago
|
||
Is there an example of another test that delegates its work to a helper file that I can follow?
Comment 2•6 years ago
|
||
There's [1] which just does everthing in terms of opener
, but there's an alternate approach (which I can't see an example of right now) where you define the tests in the original window, define an event listener for messages, and basically just postMessage
the results from the opened window.
Comment 3•6 years ago
|
||
I suppose Botond might want to fix this along with shipping the visual viewport API ship (it's 68), but for now I am going to set this P3 since this fix is only for the test case we can easily uplift to the 68 branch.
Assignee | ||
Comment 4•6 years ago
|
||
The test still fails, but now the failure is an issue with the feature rather
than the harness.
Assignee | ||
Updated•6 years ago
|
Comment 8•6 years ago
|
||
bugherder |
Updated•5 years ago
|
Description
•