[wpt-sync] Sync PR 58926 - Used encoding-parsing algorithm in follow_hyperlink
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 58926 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58926
Details from upstream follow.
Sabb <sarafaabbas@gmail.com> wrote:
Used encoding-parsing algorithm in follow_hyperlink
Used encoding-parsing algorithm in follow_hyperlink
Testing: Ran
./mach test-wpt tests/wpt/tests/html/semantics/links/links-created-by-a-and-area-elements
Result;Running 11 tests in web-platform-tests Ran 11 tests finished in 74.9 seconds. • 11 ran as expected.Second test;
./mach test-wpt tests/wpt/tests/html/semantics/links/links-created-by-a-and-area-elements/anchor-src-encoding.html
Result;web-platform-test ~~~~~~~~~~~~~~~~~ Ran 2 checks (1 subtests, 1 tests) Expected results: 2 Unexpected results: 0 OKFixes: #<!-- nolink -->43508
Reviewed in servo/servo#43822
| Assignee | ||
Updated•3 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
| Assignee | ||
Comment 2•3 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 12 tests and 2 subtests
Status Summary
Firefox
OK : 1[GitHub] 12[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
PASS: 1[GitHub] 177[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
FAIL: 2
Chrome
OK : 1
PASS: 1
Safari
OK : 1
PASS: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_noopener.html [wpt.fyi]
- Check that targeting of rel=noopener with a given name reuses an existing window with that name:
FAIL - Check that targeting of rel=noopener with a given name reuses an existing subframe with that name:
FAIL
- Check that targeting of rel=noopener with a given name reuses an existing window with that name:
Description
•