[wpt-sync] Sync PR 32589 - Fix iframe_sandbox_allow_top_navigation tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox99 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32589 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32589
Details from upstream follow.
Tsuyoshi Horo <horo@chromium.org> wrote:
Fix iframe_sandbox_allow_top_navigation tests
The tests iframe_sandbox_allow_top_navigation-1.html and
iframe_sandbox_allow_top_navigation-3.html are failing because they are
using main frame navigations to data URLs to send a message to the
opener. But main frame navigations to data URLs were blocked by
https://codereview.chromium.org/2702503002.So this CL change the tests to use a normal html file on the server
to send a message to the opener.Bug: 853146
Change-Id: Ie6c8274d68bafb2683324cdd0c87881b7878c547
Reviewed-on: https://chromium-review.googlesource.com/3422427
WPT-Export-Revision: b3795fe7c037207e80a638e9bf0bd43f6045a340
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
| Assignee | ||
Comment 5•3 years ago
|
||
Comment 6•3 years ago
|
||
| bugherder | ||
Description
•