mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
[WebDriver: Dispatch Action] Check if browsing context still open for each tick action (#37393)
As titled. This is what [spec](https://w3c.github.io/webdriver/#dfn-dispatch-actions-inner) requires. The motivation is that the previous action might have changed the browsing context. Testing: `./mach test-wpt -r --log-raw "D:\servo test log\all.txt" .\tests\wpt\tests\webdriver\tests\classic\ --product servodriver` --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
048d4a2a5a
commit
5f1452f9d3
3 changed files with 20 additions and 10 deletions
|
@ -1,7 +1,4 @@
|
|||
[refresh.py]
|
||||
[test_no_top_browsing_context]
|
||||
expected: FAIL
|
||||
|
||||
[test_no_browsing_context]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue