Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt |
index 6449d1c2a932f73e2fbd97aa5cece5d7a755a368..5807b834efc46e170c8e50f31e8c18981c8fbb40 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt |
@@ -1,19 +1,4 @@ |
This test checks the behavior of the absolutely positioned grid items placed on the implicit grid. |
-TODO(rego): width and height of 1st and 3rd items in the next grid should be 230px once we solve http://crbug.com/562167 |
- |
-FAIL: |
-Expected 230 for width, but got 215. |
-Expected 230 for height, but got 215. |
-Expected 230 for width, but got 215. |
-Expected 230 for height, but got 215. |
- |
-<div class="grid"> |
- <div class="sizedToGridArea absolute secondRowSecondColumn" data-offset-x="15" data-offset-y="15" data-expected-width="230" data-expected-height="230"> |
- </div> |
- <div class="sizedToGridArea absolute endSecondRowEndSecondColumn" data-offset-x="15" data-offset-y="15" data-expected-width="230" data-expected-height="230"> |
- </div> |
- <div class="sizedToGridArea absolute onlySecondRowOnlySecondColumn" data-offset-x="15" data-offset-y="15" data-expected-width="230" data-expected-height="230"> |
- </div> |
-</div> |
+PASS |
PASS |