[wpt-sync] Sync PR 46443 - Fix double-tentative in WPT filename
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46443 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46443
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Fix double-tentative in WPT filename
This somehow got two
.tentative
's. This removes one of them.Bug: 335223786
Change-Id: I6bf2b7e9577e586f364784fb6554483110fd8096
Reviewed-on: https://chromium-review.googlesource.com/5558172
WPT-Export-Revision: c01e6a7885a002195bd9465ff33b500e6e5b0077
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
Assignee | ||
Comment 3•6 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK
: 1
PASS
: 1
FAIL
: 2
Chrome
OK
: 1
PASS
: 3
Safari
OK
: 1
PASS
: 1
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/popovers/popover-light-dismiss-with-anchor.tentative.html [wpt.fyi]
- Clicking inside a child popover shouldn't close either popover:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Clicking inside a parent popover should close child popover:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Clicking inside a child popover shouldn't close either popover:
Comment 5•6 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ba90236cae05
https://hg.mozilla.org/mozilla-central/rev/2505c544f4c1
Description
•