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!
<rdar://problem/104237236>
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.