[wpt-sync] Sync PR 45594 - Implement interesttarget support for `<area>` element
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45594 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45594
Details from upstream follow.
Luke Warlow <lwarlow@igalia.com> wrote:
Implement interesttarget support for
<area>
elementSee: https://github.com/openui/open-ui/issues/1003
Bug: 326681249
Change-Id: Id53787ab5a417139384359537360b1d90f629a3f
Reviewed-on: https://chromium-review.googlesource.com/5426204
WPT-Export-Revision: 3cb9594eafa0a46fc0fa885f8e68470e6a015747
Assignee | ||
Comment 1•8 months ago
|
||
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 2•8 months ago
|
||
Assignee | ||
Comment 3•8 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 6 subtests
Status Summary
Firefox
OK
: 3
PASS
: 1
FAIL
: 9
Chrome
OK
: 3
PASS
: 1
FAIL
: 9
Safari
OK
: 3
PASS
: 1
FAIL
: 9
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/invokers/interesttarget-anchor-event-dispatch.tentative.html [wpt.fyi]
- InterestEvent dispatches on anchor focus:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - InterestEvent dispatches on anchor hover:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- InterestEvent dispatches on anchor focus:
- /html/semantics/invokers/interesttarget-area-event-dispatch.tentative.html [wpt.fyi]
- InterestEvent dispatches on area focus:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - InterestEvent dispatches on area hover:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- InterestEvent dispatches on area focus:
- /html/semantics/invokers/interesttarget-button-event-dispatch.tentative.html [wpt.fyi]
- InterestEvent dispatches on button focus:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - InterestEvent dispatches on button hover:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - event action is set to interestAction:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - event action is set to interestaction attribute:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - event dispatches if interestee is non-HTML Element:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- InterestEvent dispatches on button focus:
Comment 4•8 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c9cd895393fa
https://hg.mozilla.org/mozilla-central/rev/ce44a5c9cd2d
Description
•