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

Unified Diff: LayoutTests/fast/repaint/justify-items-legacy-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: Anohter test expected to fail added to TestExpectations. 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-legacy-change.html
diff --git a/LayoutTests/fast/repaint/justify-items-legacy-change.html b/LayoutTests/fast/repaint/justify-items-legacy-change.html
index aafb6b8e3277fdb1ac785e0bc83e486c22696e86..f010740b0df58a1b1b5825580d691f9f48ecb225 100644
--- a/LayoutTests/fast/repaint/justify-items-legacy-change.html
+++ b/LayoutTests/fast/repaint/justify-items-legacy-change.html
@@ -38,7 +38,7 @@ body {
border: solid thin blue;
width: 50px;
</style>
-<p style="height: 20px">Tests invalidation on justify-items style change. Passes if there is no red.</p>
+<p style="height: 20px">Tests invalidation on justify-items style change (legacy value). Passes if green bars are centerd inside their red container.</p>
<div id="parentContainer">
<div id="container">
<div class="item1">

Powered by Google App Engine
This is Rietveld 408576698