mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
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>
22 lines
826 B
INI
Vendored
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
|