Bug 222686 - [MacOS Wk1] imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001.html is a flakey failure
Summary: [MacOS Wk1] imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 260267
  Show dependency treegraph
 
Reported: 2021-03-03 13:54 PST by Amir Mark Jr
Modified: 2023-08-22 11:33 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amir Mark Jr 2021-03-03 13:54:17 PST
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001.html

Is a flakey failure on both Catalina and Big Sur Wk1 


History: 

https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-grid%2Fgrid-definition%2Fgrid-auto-repeat-max-size-001.html


Text Diff:

--- /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-expected.txt
+++ /Volumes/Data/worker/bigsur-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-max-size-001-actual.txt
@@ -8,8 +8,16 @@
 PASS .grid 7
 PASS .grid 8
 PASS .grid 9
-PASS .grid 10
-PASS .grid 11
+FAIL .grid 10 assert_equals:
+<div class="grid border border-box pad-percent" data-expected-width="300" data-expected-height="160">
+    <div class="item" data-offset-x="130" data-offset-y="80" data-expected-width="100" data-expected-height="50">x</div>
+  </div>
+width expected 300 but got 260
+FAIL .grid 11 assert_equals:
+<div class="grid border border-box pad-calc" data-expected-width="240" data-expected-height="188">
+    <div class="item" data-offset-x="44" data-offset-y="94" data-expected-width="100" data-expected-height="50"></div>
+  </div>
+width expected 240 but got 288
 PASS .grid 12
 PASS .grid 13
 PASS .grid 14
@@ -19,13 +27,21 @@
     <div class="item" data-offset-x="130" data-offset-y="80" data-expected-width="100" data-expected-height="50"></div>
   </div>
 width expected 300 but got 260
-PASS .grid 17
+FAIL .grid 17 assert_equals:
+<div class="grid border border-box pad-calc" style="width: min-content; height: min-content;" data-expected-width="288" data-expected-height="188">
+    <div class="item" data-offset-x="144" data-offset-y="94" data-expected-width="100" data-expected-height="50"></div>
+  </div>
+width expected 240 but got 288
 PASS .grid 18
 FAIL .grid 19 assert_equals:
 <div class="grid border border-box pad-percent" style="width: max-content; height: max-content;" data-expected-width="300" data-expected-height="160">
     <div class="item" data-offset-x="130" data-offset-y="80" data-expected-width="100" data-expected-height="50"></div>
   </div>
 width expected 300 but got 260
-PASS .grid 20
+FAIL .grid 20 assert_equals:
+<div class="grid border border-box pad-calc" style="width: max-content; height: max-content;" data-expected-width="288" data-expected-height="188">
+    <div class="item" data-offset-x="144" data-offset-y="94" data-expected-width="100" data-expected-height="50"></div>
+  </div>
+width expected 240 but got 288
 x
Comment 1 Radar WebKit Bug Importer 2021-03-03 13:56:33 PST
<rdar://problem/75002160>
Comment 2 Amir Mark Jr 2021-03-22 16:22:33 PDT
Updated test expectations:

https://trac.webkit.org/changeset/274814/webkit