Bug 277898
| Summary: | [ iOS 17 ] imported/w3c/web-platform-tests/css/css-tables/tentative/td-box-sizing-003.html is a flaky text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dawn Morningstar <Morningstar> |
| Component: | Layout and Rendering | Assignee: | Sammy Gill <sgill26> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, koivisto, sgill26, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dawn Morningstar
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/133590286>
Dawn Morningstar
Pull request: https://github.com/WebKit/WebKit/pull/31983
EWS
Test gardening commit 282073@main (23942f16b663): <https://commits.webkit.org/282073@main>
Reviewed commits have been landed. Closing PR #31983 and removing active labels.
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/42943
EWS
Committed 292603@main (59f978301898): <https://commits.webkit.org/292603@main>
Reviewed commits have been landed. Closing PR #42943 and removing active labels.