[wpt-sync] Sync PR 41066 - Navigation: non-traditional about:srcdoc WPTs
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41066 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41066
Details from upstream follow.
Dominic Farolino <dom@chromium.org> wrote:
Navigation: non-traditional about:srcdoc WPTs
This CL adds WPTs for some observable behavior (request referrer string
resolution) defined for "about:srcdoc" documents, and ensures that the
behavior is consistent between normal srcdoc documents and what I'm
calling nontraditional srdoc documents, which are those created via:
document.open()
javascript:
URL navigationsSee https://github.com/whatwg/html/issues/9514.
Bug: N/A
Change-Id: I62939511995f929f0ad4ce8c121172b1194e2b2eReviewed-on: https://chromium-review.googlesource.com/4690242
WPT-Export-Revision: 51d732276a75ef1f3edebcb66c953094f2da7bb4
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
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 3 subtests
Status Summary
Firefox
PASS
: 2
FAIL
: 1
TIMEOUT
: 1
Chrome
OK
: 1
PASS
: 2
FAIL
: 1
Safari
FAIL
: 3
TIMEOUT
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/infrastructure/urls/terminology-0/nontraditional-about-srcdoc.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- about:srcdoc with URL changed by history.replaceState() is treated like a normal about:srcdoc document:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- about:srcdoc with URL changed by history.replaceState() is treated like a normal about:srcdoc document:
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/610d1fdecf94
https://hg.mozilla.org/mozilla-central/rev/0dc487298b61
Description
•