Open
Bug 1737710
Opened 3 years ago
Updated 3 years ago
Need an annotation to run tests sequentially instead of simultaneously with other tests
Categories
(Testing :: web-platform-tests, enhancement)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: hiro, Unassigned)
References
Details
document-has-system-focus.html is a such test case, which needs to be run solely.
I am guessing focus-02.html is another example. It runs fine when I tried to run it locally.
Comment 1•3 years ago
|
||
The focus emulation provided by "focusmanager.testmode" should be sufficient for single browser window tests such as focus-02.html.
Tests expecting focus emulation to move between windows need to use switch-to-window, but I'm not aware of this being exposed to testharness.js tests in any way.
You need to log in
before you can comment on or make changes to this bug.
Description
•