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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-item-display.html

Issue 23463036: Positioning should account for the grid items' margins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-item-margin-resolution.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-grid-layout/grid-item-display.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-item-display.html b/LayoutTests/fast/css-grid-layout/grid-item-display.html
index 950c820f0f315b538a4a73ee5453bcd72efa95c9..315daf680fb070a3bd13ae3b9e8590ef807c5fda 100644
--- a/LayoutTests/fast/css-grid-layout/grid-item-display.html
+++ b/LayoutTests/fast/css-grid-layout/grid-item-display.html
@@ -12,6 +12,7 @@ if (window.testRunner)
background-color: #aaa;
}
.grid > * {
+ margin: 0; /* Disable any margins as they change the top / left offsets. */
grid-column: 2;
grid-row: 3;
}
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-item-margin-resolution.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698