File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dotnet/test/common/BiDi/Script Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,6 @@ await context.Script.CallFunctionAsync($$"""
8989 }
9090
9191 [ Test ]
92- [ IgnoreBrowser ( Selenium . Browser . Edge , "Chromium can't handle -0 argument as a number: https://github.com/w3c/webdriver-bidi/issues/887" ) ]
93- [ IgnoreBrowser ( Selenium . Browser . Chrome , "Chromium can't handle -0 argument as a number: https://github.com/w3c/webdriver-bidi/issues/887" ) ]
9492 public void CanCallFunctionWithArgumentRecentDate ( )
9593 {
9694 const string PinnedDateTimeString = "2025-03-09T00:30:33.083Z" ;
@@ -180,6 +178,8 @@ await context.Script.CallFunctionAsync($$"""
180178 }
181179
182180 [ Test ]
181+ [ IgnoreBrowser ( Selenium . Browser . Edge , "Chromium can't handle -0 argument as a number: https://github.com/w3c/webdriver-bidi/issues/887" ) ]
182+ [ IgnoreBrowser ( Selenium . Browser . Chrome , "Chromium can't handle -0 argument as a number: https://github.com/w3c/webdriver-bidi/issues/887" ) ]
183183 public void CanCallFunctionWithArgumentNumberNegative0 ( )
184184 {
185185 var minus0 = new LocalValue . Number ( double . NegativeZero ) ;
You can’t perform that action at this time.
0 commit comments