mirror of
https://github.com/servo/servo.git
synced 2025-08-29 17:18:23 +01:00
webdriver: Keep constellation alive and Open new top-level browsing context with new session request when none is open (#37410)
Keep Constellation alive even when all browsing context closed in WebDriver mode. In this case, when creating a new session, we would open a new top-level browsing context. Fixes: #37408 Testing: `./mach test-wpt -r .\tests\wpt\tests\webdriver\tests\classic\close_window\close.py --product servodriver` --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com> Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
0e18057863
commit
8b3e7b1c6a
8 changed files with 50 additions and 41 deletions
|
@ -12,7 +12,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[test_accept_prompt]
|
||||
expected: ERROR
|
||||
expected: FAIL
|
||||
|
||||
[test_accept_in_popup_window]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[close.py]
|
||||
[test_close_last_browsing_context]
|
||||
expected: FAIL
|
||||
|
||||
[test_element_usage_after_closing_browsing_context]
|
||||
expected: ERROR
|
||||
|
|
|
@ -2,12 +2,6 @@
|
|||
[test_no_top_browsing_context]
|
||||
expected: ERROR
|
||||
|
||||
[test_no_browsing_context]
|
||||
expected: ERROR
|
||||
|
||||
[test_dismiss_alert]
|
||||
expected: FAIL
|
||||
|
||||
[test_dismiss_confirm]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8,11 +8,8 @@
|
|||
[test_single_file_appends_with_multiple_attribute]
|
||||
expected: FAIL
|
||||
|
||||
[test_focused]
|
||||
expected: ERROR
|
||||
|
||||
[test_strict_hidden]
|
||||
expected: ERROR
|
||||
expected: FAIL
|
||||
|
||||
[test_strict_display_none]
|
||||
expected: ERROR
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue