| Summary: | [ macOS wk ] imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-002.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hector Lopez <hector_i_lopez> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | amir_mark, tsavell, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Hector Lopez
2020-08-13 08:46:39 PDT
Test expectation while investigated: https://trac.webkit.org/changeset/265608/webkit Update: This issue is still a flakey failure on both debug and release for Big Sur wk1 and Catalina wk1 imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-002.html History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-grid%2Fgrid-items%2Fgrid-items-percentage-paddings-002.html Diff: --- /Volumes/Data/slave/bigsur-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-002-expected.txt +++ /Volumes/Data/slave/bigsur-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-percentage-paddings-002-actual.txt @@ -1,30 +1,10 @@ -FAIL .grid 1 assert_equals: -<div class="grid"> - <div class="paddingLeft50Percent" data-expected-padding-left="50" data-expected-width="60" data-expected-height="10">X</div> - <div data-offset-x="0" data-offset-y="10" data-expected-width="100" data-expected-height="10"></div> -</div> -width expected 60 but got 50 -FAIL .grid 2 assert_equals: -<div class="grid"> - <div class="paddingRight50Percent" data-expected-padding-right="50" data-expected-width="60" data-expected-height="10">X</div> - <div data-offset-x="0" data-offset-y="10" data-expected-width="100" data-expected-height="10"></div> -</div> -width expected 60 but got 50 +PASS .grid 1 +PASS .grid 2 PASS .grid 3 PASS .grid 4 -FAIL .grid 5 assert_equals: -<div class="grid directionRTL"> - <div class="paddingLeft50Percent" data-expected-padding-left="50" data-expected-width="60" data-expected-height="10">X</div> - <div data-offset-x="400" data-offset-y="10" data-expected-width="100" data-expected-height="10"></div> -</div> -width expected 60 but got 50 -FAIL .grid 6 assert_equals: -<div class="grid directionRTL"> - <div class="paddingRight50Percent" data-expected-padding-right="50" data-expected-width="60" data-expected-height="10">X</div> - <div data-offset-x="400" data-offset-y="10" data-expected-width="100" data-expected-height="10"></div> -</div> -width expected 60 but got 50 +PASS .grid 5 +PASS .grid 6 PASS .grid 7 PASS .grid 8 Direction LTR |