-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle max depth property (#3027)
According to the spec, max depth in browsingContext.contextDestroyed event should always be null. --------- Co-authored-by: browser-automation-bot <133232582+browser-automation-bot@users.noreply.github.com>
- Loading branch information
1 parent
4b48379
commit 1393215
Showing
5 changed files
with
12 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
.../headful/webdriver/tests/bidi/browsing_context/context_destroyed/context_destroyed.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,6 @@ | ||
[context_destroyed.py] | ||
[test_new_context[tab\]] | ||
expected: FAIL | ||
|
||
[test_new_context[window\]] | ||
expected: FAIL | ||
|
||
[test_navigate_iframe[same_origin\]] | ||
expected: FAIL | ||
|
||
[test_navigate_iframe[cross_origin\]] | ||
expected: FAIL | ||
|
||
[test_delete_iframe] | ||
expected: FAIL | ||
|
||
[test_nested_iframes_delete_top_iframe] | ||
expected: FAIL | ||
|
||
[test_nested_iframes_delete_deepest_iframe] | ||
expected: FAIL | ||
|
||
[test_iframe_destroy_parent] | ||
expected: FAIL | ||
|
||
[test_new_user_context[tab\]] | ||
expected: FAIL | ||
|
||
[test_new_user_context[window\]] | ||
expected: FAIL |
24 changes: 0 additions & 24 deletions
24
...headless/webdriver/tests/bidi/browsing_context/context_destroyed/context_destroyed.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,6 @@ | ||
[context_destroyed.py] | ||
[test_new_context[tab\]] | ||
expected: FAIL | ||
|
||
[test_new_context[window\]] | ||
expected: FAIL | ||
|
||
[test_navigate_iframe[same_origin\]] | ||
expected: FAIL | ||
|
||
[test_navigate_iframe[cross_origin\]] | ||
expected: FAIL | ||
|
||
[test_delete_iframe] | ||
expected: FAIL | ||
|
||
[test_nested_iframes_delete_top_iframe] | ||
expected: FAIL | ||
|
||
[test_nested_iframes_delete_deepest_iframe] | ||
expected: FAIL | ||
|
||
[test_iframe_destroy_parent] | ||
expected: FAIL | ||
|
||
[test_new_user_context[tab\]] | ||
expected: FAIL | ||
|
||
[test_new_user_context[window\]] | ||
expected: FAIL |
24 changes: 0 additions & 24 deletions
24
...headless/webdriver/tests/bidi/browsing_context/context_destroyed/context_destroyed.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,6 @@ | ||
[context_destroyed.py] | ||
[test_new_context[tab\]] | ||
expected: FAIL | ||
|
||
[test_new_context[window\]] | ||
expected: FAIL | ||
|
||
[test_navigate_iframe[same_origin\]] | ||
expected: FAIL | ||
|
||
[test_navigate_iframe[cross_origin\]] | ||
expected: FAIL | ||
|
||
[test_delete_iframe] | ||
expected: FAIL | ||
|
||
[test_nested_iframes_delete_top_iframe] | ||
expected: FAIL | ||
|
||
[test_nested_iframes_delete_deepest_iframe] | ||
expected: FAIL | ||
|
||
[test_iframe_destroy_parent] | ||
expected: FAIL | ||
|
||
[test_new_user_context[tab\]] | ||
expected: FAIL | ||
|
||
[test_new_user_context[window\]] | ||
expected: FAIL |