NEW 277898
[ iOS 17 ] imported/w3c/web-platform-tests/css/css-tables/tentative/td-box-sizing-003.html is a flaky text failure
https://bugs.webkit.org/show_bug.cgi?id=277898
Summary [ iOS 17 ] imported/w3c/web-platform-tests/css/css-tables/tentative/td-box-si...
Dawn Morningstar
Reported 2024-08-10 01:10:37 PDT
imported/w3c/web-platform-tests/css/css-tables/tentative/td-box-sizing-003.html [ Pass Failure ] is a flaky text failure, the first time this was noticed was 276880@main. History: https://results.webkit.org/?platform=ios&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-tables%2Ftentative%2Ftd-box-sizing-003.html&recent=false Diff: --- /Volumes/Data/worker/Apple-iOS-17-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/css/css-tables/tentative/td-box-sizing-003-expected.txt +++ /Volumes/Data/worker/Apple-iOS-17-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/css/css-tables/tentative/td-box-sizing-003-actual.txt @@ -38,8 +38,35 @@ PASS table 5 PASS table 6 PASS table 7 -PASS table 8 -PASS table 9 +FAIL table 8 assert_equals: +<table data-expected-width="240"> + <tbody> + <tr> + <td data-expected-width="120" style="border:10px solid black;padding: 30%"> + <div data-offset-x="72" data-offset-y="72" style="width:50px;height:50px;background:yellow">0,0</div> + </td> + <td style="border:10px solid black;padding: 30%"> + <div style="width:50px;height:50px;background:yellow">0,0</div> + </td> + </tr> + </tbody> +</table> +width expected 240 but got 428 +FAIL table 9 assert_equals: +<table data-expected-width="300"> + <caption><div style="width:300px;background:#ddd">300px caption</div></caption> + <tbody> + <tr> + <td data-expected-width="150" style="border:10px solid black;padding: 30%"> + <div data-offset-x="90" data-offset-y="90" style="width:50px;height:50px;background:yellow">0,0</div> + </td> + <td style="border:10px solid black;padding: 30%"> + <div style="width:50px;height:50px;background:yellow">0,0</div> + </td> + </tr> + </tbody> +</table> +width expected 300 but got 500 PASS table 10 PASS table 11 Diff-url: https://build.webkit.org/results/Apple-iOS-17-Simulator-Release-WK2-Tests/282069%40main%20(4766)/imported/w3c/web-platform-tests/css/css-tables/tentative/td-box-sizing-003-diff.txt Test-run: https://build.webkit.org/results/Apple-iOS-17-Simulator-Release-WK2-Tests/282069%40main%20(4766)/results.html
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-10 01:12:07 PDT
Dawn Morningstar
Comment 2 2024-08-10 01:18:53 PDT
EWS
Comment 3 2024-08-10 01:21:02 PDT
Test gardening commit 282073@main (23942f16b663): <https://commits.webkit.org/282073@main> Reviewed commits have been landed. Closing PR #31983 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.