[wpt-sync] Sync PR 50303 - Only support interesttarget on valid links (with hrefs) [8/N]
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50303 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50303
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Only support interesttarget on valid links (with hrefs) [8/N]
Since links (\<a>, \<area>, SVG \<a>) aren't interactive/focusable
unless they have an href attribute, interesttarget should also
not work on links without hrefs.Bug: 326681249
Change-Id: I3063d8e3654807da069731c66d1899e0e8ba06c9
Reviewed-on: https://chromium-review.googlesource.com/6199080
WPT-Export-Revision: 4ab88e9c35bd31b37d5f6c75beb078cd6cfd5705
Assignee | ||
Updated•19 days ago
|
Assignee | ||
Comment 1•19 days ago
|
||
Assignee | ||
Comment 2•19 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 2 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 6
ERROR
: 1
NOTRUN
: 1
Chrome
OK
: 2
PASS
: 3
FAIL
: 3
ERROR
: 1
NOTRUN
: 1
Safari
OK
: 2
FAIL
: 6
ERROR
: 1
NOTRUN
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/the-button-element/interest-target/interesttarget-anchor-event-dispatch.tentative.html [wpt.fyi]
- InterestEvent is not dispatched unless the anchor has an href:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - InterestEvent dispatches on anchor hover:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Nested invoker and invokee:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- InterestEvent is not dispatched unless the anchor has an href:
- /html/semantics/the-button-element/interest-target/interesttarget-area-event-dispatch.tentative.html [wpt.fyi]
- InterestEvent is not dispatched unless the area has an href:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - InterestEvent dispatches on area hover:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- InterestEvent is not dispatched unless the area has an href:
- /html/semantics/the-button-element/interest-target/interesttarget-svg-a-event-dispatch.tentative.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
)- InterestEvent is not dispatched unless the svg <a> has an href:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - InterestEvent dispatches on svg <a> hover:
NOTRUN
(Chrome:NOTRUN
, Safari:NOTRUN
)
- InterestEvent is not dispatched unless the svg <a> has an href:
https://hg.mozilla.org/mozilla-central/rev/93ed5f4815ad
https://hg.mozilla.org/mozilla-central/rev/0e76bf3c17fd
Description
•