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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-auto-flow-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-auto-flow-resolution.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-auto-flow-resolution.html b/LayoutTests/fast/css-grid-layout/grid-auto-flow-resolution.html
index ec7ba5b22a487de0c2e2cd124b3008c29a65e72b..49c9988b138615bdb6982ce931ba30fbb73d7923 100644
--- a/LayoutTests/fast/css-grid-layout/grid-auto-flow-resolution.html
+++ b/LayoutTests/fast/css-grid-layout/grid-auto-flow-resolution.html
@@ -45,7 +45,7 @@
<p>This test checks that the tracks' auto positions are properly resolved on a static grid.</p>
<div class="unconstrainedContainer">
- <div class="grid smallGrid gridAutoFlowNone" id="gridAutoFlowNone">
+ <div class="grid smallGrid gridAutoFlowStack" id="gridAutoFlowStack">
<div class="sizedToGridArea autoRowAutoColumn" data-offset-x="0" data-offset-y="0" data-expected-width="50" data-expected-height="50">XXXXX XXXXX XXXXX</div>
<div class="sizedToGridArea secondRowAutoColumn" data-offset-x="0" data-offset-y="50" data-expected-width="50" data-expected-height="100">XXXXX XXXXX XXXXX</div>
<div class="sizedToGridArea autoRowSecondColumn" data-offset-x="50" data-offset-y="0" data-expected-width="100" data-expected-height="50">XXXXX XXXXX XXXXX</div>

Powered by Google App Engine
This is Rietveld 408576698