Bug 225604

Summary: [iOS] imported/w3c/web-platform-tests/css/css-flexbox/flex-item-compressible-001.html is failing after WPT re-sync
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: CSSAssignee: Ryan Haddad <ryanhaddad>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=225450
Attachments:
Description Flags
[fast-cq] Patch none

Description Ryan Haddad 2021-05-10 12:16:31 PDT
[iOS] imported/w3c/web-platform-tests/css/css-flexbox/flex-item-compressible-001.html is failing after WPT re-sync in https://commits.webkit.org/237389@main

The diff shows subtests are passing now.

https://results.webkit.org/?suite=layout-tests&test=imported/w3c/web-platform-tests/css/css-flexbox/flex-item-compressible-001.html


--- /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-compressible-001-expected.txt
+++ /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-compressible-001-actual.txt
@@ -22,44 +22,14 @@
 
 PASS .flexbox 1
 PASS .flexbox 2
-FAIL .flexbox 3 assert_equals:
-<div class="flexbox">
-      <div class="spacer"></div>
-      <input type="button" value="XXXXXXX" class="test1" data-expected-width="140">
-    </div>
-width expected 140 but got 180
-FAIL .flexbox 4 assert_equals:
-<div class="flexbox">
-      <div class="spacer"></div>
-      <input type="submit" value="XXXXXXX" class="test1" data-expected-width="140">
-    </div>
-width expected 140 but got 180
-FAIL .flexbox 5 assert_equals:
-<div class="flexbox">
-      <div class="spacer"></div>
-      <input type="reset" value="XXXXXXX" class="test1" data-expected-width="140">
-    </div>
-width expected 140 but got 180
+PASS .flexbox 3
+PASS .flexbox 4
+PASS .flexbox 5
 PASS .flexbox 6
 PASS .flexbox 7
-FAIL .flexbox 8 assert_equals:
-<div class="flexbox">
-      <div class="spacer"></div>
-      <input type="button" value="XXXXXXX" class="test2" data-expected-width="140">
-    </div>
-width expected 140 but got 180
-FAIL .flexbox 9 assert_equals:
-<div class="flexbox">
-      <div class="spacer"></div>
-      <input type="submit" value="XXXXXXX" class="test2" data-expected-width="140">
-    </div>
-width expected 140 but got 180
-FAIL .flexbox 10 assert_equals:
-<div class="flexbox">
-      <div class="spacer"></div>
-      <input type="reset" value="XXXXXXX" class="test2" data-expected-width="140">
-    </div>
-width expected 140 but got 180
+PASS .flexbox 8
+PASS .flexbox 9
+PASS .flexbox 10
 FAIL .flexbox 11 assert_equals:
 <div class="flexbox">
       <div class="spacer"></div>
@@ -72,22 +42,7 @@
       <input type="range" class="test3" data-expected-width="140">
     </div>
 width expected 140 but got 100
-FAIL .flexbox 13 assert_equals:
-<div class="flexbox">
-      <div class="spacer"></div>
-      <input type="button" value="XXXXXXX" class="test3" data-expected-width="140">
-    </div>
-width expected 140 but got 180
-FAIL .flexbox 14 assert_equals:
-<div class="flexbox">
-      <div class="spacer"></div>
-      <input type="submit" value="XXXXXXX" class="test3" data-expected-width="140">
-    </div>
-width expected 140 but got 180
-FAIL .flexbox 15 assert_equals:
-<div class="flexbox">
-      <div class="spacer"></div>
-      <input type="reset" value="XXXXXXX" class="test3" data-expected-width="140">
-    </div>
-width expected 140 but got 180
+PASS .flexbox 13
+PASS .flexbox 14
+PASS .flexbox 15
Comment 1 Ryan Haddad 2021-05-10 12:18:29 PDT
Created attachment 428192 [details]
[fast-cq] Patch
Comment 2 EWS 2021-05-10 12:20:09 PDT
Committed r277282 (237547@main): <https://commits.webkit.org/237547@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 428192 [details].
Comment 3 Radar WebKit Bug Importer 2021-05-10 12:21:14 PDT
<rdar://problem/77774747>