Created attachment 466629 [details] Image Diffs imported/w3c/web-platform-tests/html/rendering/the-details-element/summary-text-decoration.html is a constant ImageOnly Failure on iOS 16 and macOS. HISTORY: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Frendering%2Fthe-details-element%2Fsummary-text-decoration.html LINK to Image DIFFS: https://build.webkit.org/results/Apple-Ventura-Release-AppleSilicon-WK2-Tests/264943@main%20(3442)/imported/w3c/web-platform-tests/html/rendering/the-details-element/summary-text-decoration-diffs.html
<rdar://problem/110421013>
I was able to replicate this failure on Ventura ToT as follows: run-webkit-tests --root imported/w3c/web-platform-tests/html/rendering/the-details-element/summary-text-decoration.html
Pull request: https://github.com/WebKit/WebKit/pull/14762
Test gardening commit 264957@main (2dd4f2cd5de8): <https://commits.webkit.org/264957@main> Reviewed commits have been landed. Closing PR #14762 and removing active labels.
This test was marked as failing since it was imported in 2020, but it was supposed to have been fixed in https://commits.webkit.org/264901@main, so the expectation was removed. EWS didn't tell us about this because bug 258005.
(In reply to Alexey Proskuryakov from comment #5) > This test was marked as failing since it was imported in 2020, but it was > supposed to have been fixed in https://commits.webkit.org/264901@main, so > the expectation was removed. > > EWS didn't tell us about this because bug 258005. My commit was to introduce 'underline' (text decoration propogation), which was not done before and it seems to load fine when locally I did patch and since WPT had test coverage, I just enable the same tests but it seems 'underline' we get but it might cause 'bullet' or 'triangle' to get squashed. Should we revert our patch or consider it is just one test with 'ImageOnly failure'? and undo expectation?