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-item-area-get-set.html

Issue 1970573004: [css-grid] Consider invalid using just "span" as grid-line value (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-bad-named-area-auto-placement.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html
index dbae81ee56354e238b1b61e039049e714e81fe8d..81c272fc009dcf9bc855b8886f2465820a94bdb5 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-area-get-set.html
@@ -25,7 +25,7 @@
}
#threeValueGridArea {
- grid-area: span / 10 / -1;
+ grid-area: span 1 / 10 / -1;
}
#fourValueGridArea {
@@ -33,7 +33,7 @@
}
#fourValueMixedGridArea {
- grid-area: firstArea / span / nonExistent / 1 foobar;
+ grid-area: firstArea / span 1 / nonExistent / 1 foobar;
}
</style>
<script src="../../resources/js-test.js"></script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-bad-named-area-auto-placement.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698