| Summary: | REGRESSION (STP 161): html/browsers/the-window-object/open-close 14 test failures on WPT | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | New Bugs | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, bfulgham, cdumez, rniwa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/38046 | ||
|
Description
Ahmad Saleem
2023-01-13 13:04:16 PST
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. Pull request: https://github.com/WebKit/WebKit/pull/8786 Committed 259084@main (c2ae62c47dc2): <https://commits.webkit.org/259084@main> Reviewed commits have been landed. Closing PR #8786 and removing active labels. |