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

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

Issue 1608943003: [css-grid] Fix positioned items in grids with implicit tracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test as we need explicit lines 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.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid.html
index 29fd80b977af77475f4acc424b0ce88930f2a9a8..516fc299811dc318e974b2335f04e5ae31326c2c 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-items-implicit-grid.html
@@ -28,8 +28,6 @@
<p>This test checks the behavior of the absolutely positioned grid items placed on the implicit grid.</p>
-<p>TODO(rego): width and height of 1st and 3rd items in the next grid should be 230px once we solve http://crbug.com/562167</p>
-
<div class="grid">
<div class="sizedToGridArea absolute secondRowSecondColumn"
data-offset-x="15" data-offset-y="15" data-expected-width="230" data-expected-height="230">

Powered by Google App Engine
This is Rietveld 408576698