Skip to content

Commit 309f764

Browse files
committed
Merge remote-tracking branch 'origin/v21' into bidi-page-goback-forward
2 parents 34b5dd8 + fd48af1 commit 309f764

File tree

2 files changed

+626
-854
lines changed

2 files changed

+626
-854
lines changed

lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,21 @@
135135
"FAIL"
136136
]
137137
},
138+
{
139+
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
140+
"testIdPattern": "[navigation.spec] *should navigate to dataURL and fire dataURL requests*",
141+
"platforms": [
142+
"darwin",
143+
"linux",
144+
"win32"
145+
],
146+
"parameters": [
147+
"webDriverBiDi"
148+
],
149+
"expectations": [
150+
"FAIL"
151+
]
152+
},
138153
{
139154
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
140155
"testIdPattern": "[navigation.spec] navigation Frame.goto*",
@@ -405,6 +420,21 @@
405420
"FAIL"
406421
]
407422
},
423+
{
424+
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
425+
"testIdPattern": "[browsercontext.spec] *",
426+
"platforms": [
427+
"darwin",
428+
"linux",
429+
"win32"
430+
],
431+
"parameters": [
432+
"webDriverBiDi"
433+
],
434+
"expectations": [
435+
"FAIL"
436+
]
437+
},
408438
{
409439
"comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one",
410440
"testIdPattern": "[device-request-prompt.spec] *",

0 commit comments

Comments
 (0)