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

Unified Diff: LayoutTests/fast/repaint/justify-items-overflow-change.html

Issue 1130843004: [CSS Grid Layout] New alignment related repaint layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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: LayoutTests/fast/repaint/justify-items-overflow-change.html
diff --git a/LayoutTests/fast/repaint/justify-items-overflow-change.html b/LayoutTests/fast/repaint/justify-items-overflow-change.html
index 72aac50203476a65e047e6cb04e96fc0fd720b2a..a6f7ad2d493882f156f7cb898d85c9659a3ba01c 100644
--- a/LayoutTests/fast/repaint/justify-items-overflow-change.html
+++ b/LayoutTests/fast/repaint/justify-items-overflow-change.html
@@ -12,7 +12,7 @@ body {
}
#container {
display: grid;
- grid: 100px 100px / 150px 150px;
+ grid: 100px 100px / 300px;
Julien - ping for review 2015/05/19 17:59:17 Does this change really matter and make the test m
jfernandez 2015/05/20 20:11:34 Yes, it does matter because it's what makes possib
justify-items: end true;
width: 200px;
height: 300px;

Powered by Google App Engine
This is Rietveld 408576698