Files
servo/tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/focus-after-close.html.ini
shuppy cd80d2724d Update expectations for --product servodriver (#39603)
this patch updates the expectations for tests that use testdriver.js,
which currently only work with `--product servodriver` (#34683), running
the tests with #39587.

expectations for all other tests, which don’t use testdriver.js, are
unaffected.

Testing: this patch updates test expectations, though the tests are not
yet run in CI

Signed-off-by: Delan Azabani <dazabani@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2025-10-01 10:43:11 +00:00

22 lines
826 B
INI
Vendored

[focus-after-close.html]
[Focus should be moved to the previously focused element (Simple dialog usage)]
expected: FAIL
[Focus should be moved to the previously focused element (Complex dialog usage)]
expected: FAIL
[Focus should be moved to the previously focused element even if it has moved in between show/close]
expected: FAIL
[Focus should be moved to the previously focused element even if it has moved to shadow DOM root in between show/close]
expected: FAIL
[Focus should be moved to the body if the previously focused element is removed]
expected: FAIL
[Focus should be moved to the shadow DOM host if the previouly focused element is a shadow DOM node]
expected: FAIL
[Focus should not scroll if the previously focused element is outside the viewport]
expected: FAIL