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

Unified Diff: LayoutTests/webexposed/nonstable-css-properties.html

Issue 146773002: [CSS Grid Layout] Rename grid-definition-{columns|rows} to match the new syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed renaming issues with some tests. Created 6 years, 11 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/webexposed/nonstable-css-properties.html
diff --git a/LayoutTests/webexposed/nonstable-css-properties.html b/LayoutTests/webexposed/nonstable-css-properties.html
index e0d1ecdd7e51ecaeaf607664642f6132b96068df..4f95eb1ab9b99a3e293d12975af9f1729b377494 100644
--- a/LayoutTests/webexposed/nonstable-css-properties.html
+++ b/LayoutTests/webexposed/nonstable-css-properties.html
@@ -31,8 +31,8 @@ var properties = [
['grid-auto-columns', 'auto'],
['grid-auto-rows', 'auto'],
-['grid-definition-columns', 'min-content'],
-['grid-definition-rows', 'max-content'],
+['grid-template-columns', 'min-content'],
+['grid-template-rows', 'max-content'],
['grid-column-start', 'auto'],
['grid-column-end', '2'],
['grid-row-start', '1'],

Powered by Google App Engine
This is Rietveld 408576698