[wpt-sync] Sync PR 27178 - Update <link> pseudo selector WPTs
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27178 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27178
Details from upstream follow.
b'Joey Arhar <jarhar@chromium.org>' wrote:
Update <link> pseudo selector WPTs
In this spec PR \<link> elements will no longer match :link, :visited, or
:any-link, and they will no longer navigate the page when clicked.Bug: 611093
Change-Id: I7234eb6024450e28c1ca6ec1ede7fdfc8f2ece52Reviewed-on: https://chromium-review.googlesource.com/2628037
WPT-Export-Revision: 1d8dfae4850b7725c15e588a3de6c22f0365f498
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 8 tests and 1 subtests
Status Summary
Firefox
OK : 5
PASS : 5293
FAIL : 8
TIMEOUT: 9
Chrome
OK : 8
PASS : 5307
Links
Details
New Tests That Don't Pass
/dom/nodes/ParentNode-querySelector-All-xht.xht
Document.querySelectorAll: :link and :visited pseudo-class selectors, matching no elements: #head :link, #head :visited: FAIL (Chrome: PASS)
Document.querySelector: :link and :visited pseudo-class selectors, matching no elements: #head :link, #head :visited: FAIL (Chrome: PASS)
/dom/nodes/ParentNode-querySelector-All.html
Document.querySelectorAll: :link and :visited pseudo-class selectors, matching no elements: #head :link, #head :visited: FAIL (Chrome: PASS)
Document.querySelector: :link and :visited pseudo-class selectors, matching no elements: #head :link, #head :visited: FAIL (Chrome: PASS)
/html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251: TIMEOUT (Chrome: OK)
don't follow hyperlink <link href>: FAIL (Chrome: PASS)
hyperlink auditing <a ping>: TIMEOUT (Chrome: PASS)
hyperlink auditing <area ping>: TIMEOUT (Chrome: PASS)
/html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8: TIMEOUT (Chrome: OK)
don't follow hyperlink <link href>: FAIL (Chrome: PASS)
hyperlink auditing <a ping>: TIMEOUT (Chrome: PASS)
hyperlink auditing <area ping>: TIMEOUT (Chrome: PASS)
/html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=windows-1252: TIMEOUT (Chrome: OK)
don't follow hyperlink <link href>: FAIL (Chrome: PASS)
hyperlink auditing <a ping>: TIMEOUT (Chrome: PASS)
hyperlink auditing <area ping>: TIMEOUT (Chrome: PASS)
/html/semantics/selectors/pseudo-classes/link.html
Only <a>s and <area>s that have a href attribute match ':link': FAIL (Chrome: PASS)
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6bca25bb4c50
https://hg.mozilla.org/mozilla-central/rev/ddf10cc2e6be
Description
•