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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-dynamic-updates-relayout.html

Issue 1583433002: [css-align] New CSS Value 'normal' for Content Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed layout tests failing. Created 4 years, 10 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: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-dynamic-updates-relayout.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-dynamic-updates-relayout.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-dynamic-updates-relayout.html
index 4957ab249fb1514f8f40b47bddee4d275a06ea0f..06308ea47da8531a959d572cc614e415652d6d84 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-dynamic-updates-relayout.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-dynamic-updates-relayout.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<link href="resources/grid.css" rel="stylesheet">
+<link href="resources/grid-alignment.css" rel="stylesheet">
<script src="../../resources/check-layout.js"></script>
<script>
function testLayout(gridElementID, gridTracks, size)
@@ -59,7 +60,7 @@ window.addEventListener("load", updateRowsColumns, false);
</div>
<div class="unconstrainedContainer">
- <div class="grid" id="unconstrainedGrid">
+ <div class="grid justifyContentStart" id="unconstrainedGrid">
<div class="sizedToGridArea">XXXXX XXXXXX</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698