[Webkit-unassigned] [Bug 250591] REGRESSION (STP 161): html/browsers/the-window-object/open-close 14 test failures on WPT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 13:25:02 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=250591

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
run-webkit-tests --release --no-build --repeat-each=30 --force imported/w3c/web-platform-tests/html/browsers/the-window-object/open-close/open-features-non-integer-innerwidth.html

Passes reliably locally and our expected results are:
```
PASS features "innerwidth=/404" should NOT set "width=404"
PASS features "innerwidth=_404" should NOT set "width=404"
PASS features "innerwidth=L404" should NOT set "width=404"
PASS features "innerwidth=405.5" should set "width=405"
PASS features "innerwidth=405.32" should set "width=405"
PASS features "innerwidth=405LLl" should set "width=405"
PASS features "innerwidth=405^4" should set "width=405"
PASS features "innerwidth=405*3" should set "width=405"
PASS features "innerwidth=405/5" should set "width=405"
PASS features "innerwidth=405  " should set "width=405"
PASS features "innerwidth=405e1" should set "width=405"
PASS features "innerwidth=405e-1" should set "width=405"
```

Not sure why this is reported as failing on wpt.live but passing locally. Could be a timing issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230117/d23ff82a/attachment.htm>


More information about the webkit-unassigned mailing list