mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
WebDriver: Set current browsing context for NavigateTo and Refresh command (#38107)
Previously we didn't change the current browsing context id in our WebDriver Session after the commands `Navigate To` and `Refresh` Signed-off-by: PotatoCP <Kenzie.Raditya.Tirtarahardja@huawei.com>
This commit is contained in:
parent
1c4797809a
commit
439cb00e31
4 changed files with 17 additions and 14 deletions
|
@ -13,6 +13,3 @@
|
|||
|
||||
[test_history_pushstate]
|
||||
expected: FAIL
|
||||
|
||||
[test_refresh_switches_to_parent_browsing_context]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[screenshot.py]
|
||||
[test_no_browsing_context]
|
||||
expected: FAIL
|
||||
|
||||
[test_no_such_element_with_invalid_value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[screenshot.py]
|
||||
[test_no_browsing_context]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue