[Webkit-unassigned] [Bug 213026] New: [ macOS iOS ] REGRESSION(r262809): https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-grid%2Fgrid-items%2Fgrid-items-minimum-height-orthogonal-001.html is a constant failure
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 10 07:53:28 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213026
Bug ID: 213026
Summary: [ macOS iOS ] REGRESSION(r262809):
https://results.webkit.org/?suite=layout-tests&test=im
ported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-grid%2Fg
rid-items%2Fgrid-items-minimum-height-orthogonal-001.h
tml is a constant failure
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jacob_uphoff at apple.com
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-grid%2Fgrid-items%2Fgrid-items-minimum-height-orthogonal-001.html
This test became a constant failure on all platforms after commit r262809 which was a rollout of r261841.
History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-grid%2Fgrid-items%2Fgrid-items-minimum-height-orthogonal-001.html
Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-minimum-height-orthogonal-001-actual.txt
@@ -2,12 +2,32 @@
PASS .grid 1
PASS .grid 2
PASS .grid 3
-PASS .grid 4
-PASS .grid 5
+FAIL .grid 4 assert_equals:
+<div class="grid">
+ <div class="minHeight60 marginTop5" data-expected-height="60"></div>
+ <div data-expected-height="65"></div>
+</div>
+height expected 65 but got 60
+FAIL .grid 5 assert_equals:
+<div class="grid">
+ <div class="minHeight60 marginTop5 marginLeftAuto" data-expected-height="60"></div>
+ <div data-expected-height="65"></div>
+</div>
+height expected 65 but got 60
PASS .grid 6
-PASS .grid 7
+FAIL .grid 7 assert_equals:
+<div class="grid">
+ <div class="minHeight60 marginBottom10" data-expected-height="60"></div>
+ <div data-expected-height="70"></div>
+</div>
+height expected 70 but got 60
PASS .grid 8
-PASS .grid 9
+FAIL .grid 9 assert_equals:
+<div class="grid">
+ <div class="minHeight60 marginTop5 marginBottom10" data-expected-height="60"></div>
+ <div data-expected-height="75"></div>
+</div>
+height expected 75 but got 60
PASS .grid 10
PASS .grid 11
PASS .grid 12
@@ -21,16 +41,41 @@
PASS .grid 20
PASS .grid 21
PASS .grid 22
-PASS .grid 23
+FAIL .grid 23 assert_equals:
+<div class="grid">
+ <div class="minHeight60 marginTop5 marginBottom10 paddingTop6 paddingBottom3 borderTop2 borderBottom4" data-expected-height="75"></div>
+ <div data-expected-height="90"></div>
+</div>
+height expected 90 but got 75
PASS .grid 24
PASS .grid 25
PASS .grid 26
-PASS .grid 27
-PASS .grid 28
+FAIL .grid 27 assert_equals:
+<div class="grid directionRTL">
+ <div class="minHeight60 marginTop5" data-expected-height="60"></div>
+ <div data-expected-height="65"></div>
+</div>
+height expected 65 but got 60
+FAIL .grid 28 assert_equals:
+<div class="grid directionRTL">
+ <div class="minHeight60 marginTop5 marginLeftAuto" data-expected-height="60"></div>
+ <div data-expected-height="65"></div>
+</div>
+height expected 65 but got 60
PASS .grid 29
-PASS .grid 30
+FAIL .grid 30 assert_equals:
+<div class="grid directionRTL">
+ <div class="minHeight60 marginBottom10" data-expected-height="60"></div>
+ <div data-expected-height="70"></div>
+</div>
+height expected 70 but got 60
PASS .grid 31
-PASS .grid 32
+FAIL .grid 32 assert_equals:
+<div class="grid directionRTL">
+ <div class="minHeight60 marginTop5 marginBottom10" data-expected-height="60"></div>
+ <div data-expected-height="75"></div>
+</div>
+height expected 75 but got 60
PASS .grid 33
PASS .grid 34
PASS .grid 35
@@ -44,7 +89,12 @@
PASS .grid 43
PASS .grid 44
PASS .grid 45
-PASS .grid 46
+FAIL .grid 46 assert_equals:
+<div class="grid directionRTL">
+ <div class="minHeight60 marginTop5 marginBottom10 paddingTop6 paddingBottom3 borderTop2 borderBottom4" data-expected-height="75"></div>
+ <div data-expected-height="90"></div>
+</div>
+height expected 90 but got 75
Direction LTR
Item height: 60px;
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200610/5ae329a7/attachment-0001.htm>
More information about the webkit-unassigned
mailing list