[wpt-sync] Sync PR 40793 - Fenced frames: Navigate to about:blank when config attr is set to null.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox117 fixed)
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40793 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40793
Details from upstream follow.
Andrew Verge <averge@chromium.org> wrote:
Fenced frames: Navigate to about:blank when config attr is set to null.
Note: This does not affect the initial state of the config member, and
only takes affect when it is explicitly set to null. Continuation of
https://crrev.com/c/4341914.Change-Id: I07dbcefaea25bea74f4a3ad6880800036224338a
Test: 1. Added a browser test 2. Navigate to https://mparch.glitch.me,
clickAdd FencedFrame, and enter
document.querySelector('fencedframe').config = nullin the console;
the frame should display a blank page.
Reviewed-on: https://chromium-review.googlesource.com/4636931
WPT-Export-Revision: 0c059f1c2ac21624d700329b439256aff8484a6c
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /fenced-frame/setting-null-config-navigates-to-about-blank.https.html [wpt.fyi]
- Test that a fenced frame with a config explicitly set to null navigates to about:blank:
FAIL(Chrome:FAIL, Safari:FAIL)
- Test that a fenced frame with a config explicitly set to null navigates to about:blank:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e830574727f6
https://hg.mozilla.org/mozilla-central/rev/e4e4e388f571
Description
•