Skip to content

Commit fd13698

Browse files
Gecko sync update
1 parent 947cd8f commit fd13698

File tree

5 files changed

+89
-10
lines changed

5 files changed

+89
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
links:
2-
- label: chromium-bidi-2023
3-
results:
4-
- test: context_created.py
5-
- product: firefox
6-
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1754273
7-
results:
8-
- test: context_created.py
9-
subtest: test_existing_context[tab]
10-
- test: context_created.py
11-
subtest: test_existing_context[window]
2+
- label: chromium-bidi-2023
3+
results:
4+
- test: context_created.py
5+
- product: firefox
6+
results:
7+
- subtest: test_existing_context[tab]
8+
test: context_created.py
9+
- subtest: test_existing_context[window]
10+
test: context_created.py
11+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1754273
12+
- product: firefox
13+
results:
14+
- subtest: test_existing_context_via_user_context[tab]
15+
test: context_created.py
16+
- subtest: test_existing_context_via_user_context[window]
17+
test: context_created.py
18+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1952946

webdriver/tests/bidi/browsing_context/navigate/META.yml

+15
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,18 @@ links:
2222
- subtest: test_navigate_with_beforeunload_prompt_in_iframe[capabilities0-False-complete]
2323
test: navigate.py
2424
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1947474
25+
- product: firefox
26+
results:
27+
- subtest: test_relative_url
28+
test: navigate.py
29+
- subtest: test_navigate_with_beforeunload_prompt_in_iframe[capabilities0-False-none]
30+
test: navigate_beforeunload.py
31+
- subtest: test_navigate_with_beforeunload_prompt_in_iframe[capabilities0-False-interactive]
32+
test: navigate_beforeunload.py
33+
- subtest: test_navigate_with_beforeunload_prompt_in_iframe[capabilities0-False-complete]
34+
test: navigate_beforeunload.py
35+
- subtest: test_expected_url[none]
36+
test: wait.py
37+
- subtest: test_slow_image_blocks_load[none-False]
38+
test: wait.py
39+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1952946
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
links:
2+
- product: firefox
3+
results:
4+
- subtest: test_unsubscribe
5+
test: navigation_committed.py
6+
- subtest: test_subscribe
7+
test: navigation_committed.py
8+
- subtest: test_timestamp
9+
test: navigation_committed.py
10+
- subtest: test_iframe
11+
test: navigation_committed.py
12+
- subtest: test_nested_iframes
13+
test: navigation_committed.py
14+
- subtest: test_same_document
15+
test: navigation_committed.py
16+
- subtest: test_document_write[None]
17+
test: navigation_committed.py
18+
- subtest: test_document_write[sandbox_1]
19+
test: navigation_committed.py
20+
- subtest: test_base_element
21+
test: navigation_committed.py
22+
- subtest: test_redirect_http_equiv
23+
test: navigation_committed.py
24+
- subtest: test_redirect_navigation
25+
test: navigation_committed.py
26+
- subtest: test_navigate_history_pushstate
27+
test: navigation_committed.py
28+
- subtest: test_new_context[tab]
29+
test: navigation_committed.py
30+
- subtest: test_new_context[window]
31+
test: navigation_committed.py
32+
- subtest: test_navigate_to_about_blank
33+
test: navigation_committed.py
34+
- subtest: test_window_open_with_about_blank[]
35+
test: navigation_committed.py
36+
- subtest: test_window_open_with_about_blank[about:blank]
37+
test: navigation_committed.py
38+
- subtest: test_window_open_with_about_blank[about:blank?test]
39+
test: navigation_committed.py
40+
- subtest: test_window_open_with_url
41+
test: navigation_committed.py
42+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1952946

webdriver/tests/bidi/browsing_context/navigation_started/META.yml

+9
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@ links:
1818
- subtest: test_with_accepted_beforeunload_prompt[capabilities0]
1919
test: navigation_started.py
2020
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1945627
21+
- product: firefox
22+
results:
23+
- subtest: test_with_beforeunload_prompt[capabilities0-none]
24+
test: navigation_started.py
25+
- subtest: test_with_beforeunload_prompt[capabilities0-interactive]
26+
test: navigation_started.py
27+
- subtest: test_with_beforeunload_prompt[capabilities0-complete]
28+
test: navigation_started.py
29+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1952946
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
links:
2+
- product: firefox
3+
results:
4+
- subtest: test_file_ignore[capabilities0]
5+
test: ignore.py
6+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1952946

0 commit comments

Comments
 (0)