Bug 250591
| 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 | ||
Ahmad Saleem
Hi Team,
While looking into WPT progression after STP161 release, I noticed that there are 14 regressions as well.
Just raising this bug to track them:
Link - https://wpt.fyi/results/html/browsers/the-window-object/open-close?diff&filter=ADC&run_id=6261567780290560&run_id=5119896183111680
Thanks!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/104237236>
Chris Dumez
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.
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/8786
EWS
Committed 259084@main (c2ae62c47dc2): <https://commits.webkit.org/259084@main>
Reviewed commits have been landed. Closing PR #8786 and removing active labels.