Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt

Issue 1607463004: [css-grid] Allow to place positioned grid items on the padding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to remove <html> from test Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5807b834efc46e170c8e50f31e8c18981c8fbb40..6449d1c2a932f73e2fbd97aa5cece5d7a755a368 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,4 +1,19 @@
This test checks the behavior of the absolutely positioned grid items placed on the implicit grid.
-PASS
+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

Powered by Google App Engine
This is Rietveld 408576698