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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-item-named-grid-area-resolution.html

Issue 333563003: [CSS Grid Layout] Update grid-auto-flow to the new syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Attempt 2 to fix win_blink_rel Created 6 years, 6 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/css-grid-layout/grid-item-named-grid-area-resolution.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-item-named-grid-area-resolution.html b/LayoutTests/fast/css-grid-layout/grid-item-named-grid-area-resolution.html
index e85d40e15a05c4032413a298351c69a6cbdb189c..09a97390668709c9868b2f9a0a7311af603212c8 100644
--- a/LayoutTests/fast/css-grid-layout/grid-item-named-grid-area-resolution.html
+++ b/LayoutTests/fast/css-grid-layout/grid-item-named-grid-area-resolution.html
@@ -73,7 +73,7 @@
</div>
<div style="position: relative">
- <div class="grid gridWithRepeat">
+ <div class="grid gridWithRepeat gridAutoFlowStack">
<!-- fifth and sixth are invalid named grid areas. -->
<div class="sizedToGridArea gridItemSixthArea" data-offset-x="0" data-offset-y="0" data-expected-width="40" data-expected-height="50"></div>
<div class="sizedToGridArea gridItemFifthArea" data-offset-x="0" data-offset-y="0" data-expected-width="40" data-expected-height="50"></div>

Powered by Google App Engine
This is Rietveld 408576698