[wpt-sync] Sync PR 49682 - Add flat tree example to dialog complex closedby test
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49682 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49682
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Add flat tree example to dialog complex closedby test
This adds the same test, but ensures flat tree traversals are used
for things.Bug: 376516550
Change-Id: I405c25e144051583302f55b37de3b9946b787c79
Reviewed-on: https://chromium-review.googlesource.com/6092005
WPT-Export-Revision: 03cea8f0d5b04b4b77d9c1e82ab3f6795fbce1e1
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 40 subtests
Status Summary
Firefox
OK
: 1
PASS
: 16
FAIL
: 24
Chrome
OK
: 1
PASS
: 40
Safari
OK
: 1
PASS
: 16
FAIL
: 24
Links
Details
New Tests That Don't Pass
- /html/semantics/interactive-elements/the-dialog-element/dialog-popover-closedby-complex.tentative.html [wpt.fyi]
- clicking outside all with modeless dialogA and modeless dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking popoverA with modeless dialogA and modeless dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking dialogA with modeless dialogA and modeless dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking outside all with modeless dialogA and modal dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking popoverA with modeless dialogA and modal dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking dialogA with modeless dialogA and modal dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking outside all with modal dialogA and modeless dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking popoverA with modal dialogA and modeless dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking dialogA with modal dialogA and modeless dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking outside all with modal dialogA and modal dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking popoverA with modal dialogA and modal dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking dialogA with modal dialogA and modal dialogB, normal DOM nesting:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking outside all with modeless dialogA and modeless dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking popoverA with modeless dialogA and modeless dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking dialogA with modeless dialogA and modeless dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking outside all with modeless dialogA and modal dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking popoverA with modeless dialogA and modal dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking dialogA with modeless dialogA and modal dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking outside all with modal dialogA and modeless dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking popoverA with modal dialogA and modeless dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking dialogA with modal dialogA and modeless dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking outside all with modal dialogA and modal dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking popoverA with modal dialogA and modal dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
) - clicking dialogA with modal dialogA and modal dialogB, same structure, but with shadow DOM slots:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- clicking outside all with modeless dialogA and modeless dialogB, normal DOM nesting:
Comment 4•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3a60eb0636a4
https://hg.mozilla.org/mozilla-central/rev/9b54ffe79cc5
Description
•