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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/implicit-position-dynamic-change.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/implicit-position-dynamic-change.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/implicit-position-dynamic-change.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/implicit-position-dynamic-change.html
index db143cebe25fe33250d1e5c71000f988ba8e2de0..e64d53d51cd295d4547c4e4cc1ea79f0c574f6fd 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/implicit-position-dynamic-change.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/implicit-position-dynamic-change.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<link href="resources/grid.css" rel="stylesheet">
+<link href="resources/grid-alignment.css" rel="stylesheet">
<style>
.gridFixedContent {
grid-template-columns: 50px minmax(min-content, 50px) minmax(max-content, 50px) minmax(50px, min-content);
@@ -115,7 +116,7 @@ window.addEventListener("load", updateImplicitGridColumn, false);
<!-- Allow the extra logical space distribution to occur. -->
<div style="width: 1000px; height: 1000px">
- <div class="grid gridFixedContent" id="unconstrainedGrid"><div class="sizedToGridArea">XXXXXX XXXXXX</div></div>
+ <div class="grid gridFixedContent justifyContentStart" id="unconstrainedGrid"><div class="sizedToGridArea">XXXXXX XXXXXX</div></div>
</div>
<div id="test-output"></div>

Powered by Google App Engine
This is Rietveld 408576698