-
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.
feat:
browsingContext.traverseHistory
only for top-level navigables (…
…#2627) Align with the spec w3c/webdriver-bidi#770 and WPT web-platform-tests/wpt#48260 --------- Co-authored-by: browser-automation-bot <133232582+browser-automation-bot@users.noreply.github.com>
- Loading branch information
1 parent
72a9929
commit dd0dec5
Showing
5 changed files
with
28 additions
and
0 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
3 changes: 3 additions & 0 deletions
3
...hromedriver/headful/webdriver/tests/bidi/browsing_context/traverse_history/context.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,3 +1,6 @@ | ||
[context.py] | ||
[test_iframe[cross_origin\]] | ||
expected: FAIL | ||
|
||
[test_iframe[same_origin\]] | ||
expected: FAIL |
3 changes: 3 additions & 0 deletions
3
...romedriver/headless/webdriver/tests/bidi/browsing_context/traverse_history/context.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,3 +1,6 @@ | ||
[context.py] | ||
[test_iframe[cross_origin\]] | ||
expected: FAIL | ||
|
||
[test_iframe[same_origin\]] | ||
expected: FAIL |
6 changes: 6 additions & 0 deletions
6
...ata/mapper/headless/webdriver/tests/bidi/browsing_context/traverse_history/context.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[context.py] | ||
[test_iframe[same_origin\]] | ||
expected: FAIL | ||
|
||
[test_iframe[cross_origin\]] | ||
expected: FAIL |