Closed
Bug 1820816
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 38854 - Remove unnecessary dependency on popover=hint
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38854 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38854
Details from upstream follow.
Tim Nguyen <nt1m@users.noreply.github.com> wrote:
Remove unnecessary dependency on popover=hint
popover=hint isn't specified yet. To test popover attribute change, just switch from auto to manual.
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8c362a077a19d0dc0d035e3c3137beb2ff1c4ab7
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 24 subtests
Status Summary
Firefox
OK
: 1
PASS
: 1
FAIL
: 23
Chrome
OK
: 1
PASS
: 8
FAIL
: 16
Safari
OK
: 1
PASS
: 1
FAIL
: 23
Links
Details
New Tests That Don't Pass
- /html/semantics/popovers/popover-focus.html [wpt.fyi]
- Popover focus test: default behavior - popover is not focused:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover button click focus test: default behavior - popover is not focused:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover focus test: autofocus popover:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover button click focus test: autofocus popover:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover corner cases test: autofocus popover:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Popover focus test: autofocus empty popover:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover button click focus test: autofocus empty popover:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover corner cases test: autofocus empty popover:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Popover focus test: autofocus popover with button:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover button click focus test: autofocus popover with button:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover corner cases test: autofocus popover with button:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Popover focus test: autofocus child:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover button click focus test: autofocus child:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover corner cases test: autofocus child:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Popover focus test: autofocus on tabindex=0 element:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover button click focus test: autofocus on tabindex=0 element:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover corner cases test: autofocus on tabindex=0 element:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Popover focus test: autofocus multiple children:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover button click focus test: autofocus multiple children:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover corner cases test: autofocus multiple children:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Popover focus test: autofocus popover and multiple autofocus children:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover button click focus test: autofocus popover and multiple autofocus children:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Popover corner cases test: autofocus popover and multiple autofocus children:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Popover focus test: default behavior - popover is not focused:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/74b310712dfa
[wpt PR 38854] - Remove unnecessary dependency on popover=hint, a=testonly
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•