[wpt-sync] Sync PR 21639 - Perform cross-origin navigation for scroll to text security WPTs
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox75 fixed)
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21639 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21639
Details from upstream follow.
Nick Burris <nburris@chromium.org> wrote:
Perform cross-origin navigation for scroll to text security WPTs
These tests need to perform cross-origin navigations as they test
security restrictions that only apply to cross-origin.Bug: 1049624
Change-Id: I241962c44eaa1e4862e3df38be4b614491818b64
Reviewed-on: https://chromium-review.googlesource.com/2042402
WPT-Export-Revision: d7044a174cbb2f484be27c6a0a738432e5186973
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 44 tests
Status Summary
Firefox
OK : 1
PASS: 43
FAIL: 5
Chrome
OK : 1
PASS: 5
Safari
OK : 1
FAIL: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/scroll-to-text-fragment/scroll-to-text-fragment-security.sub.html
Test that a text fragment directive requires a user activation (user_activation=false).: FAIL (Chrome: PASS, Safari: FAIL)
Test that a text fragment directive is not activated within an iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Test that a text fragment directive requires a user activation (user_activation=true).: FAIL (Chrome: PASS, Safari: FAIL)
Test that a text fragment directive is not activated when there is a window opener (noopener=true).: FAIL (Chrome: PASS, Safari: FAIL)
Test that a text fragment directive is not activated when there is a window opener (noopener=false).: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8d8f3258e5be
https://hg.mozilla.org/mozilla-central/rev/ec7e6b8ec5d7
Description
•