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

Unified Diff: PerformanceTests/Layout/auto-grid-lots-of-data.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: PerformanceTests/Layout/auto-grid-lots-of-data.html
diff --git a/PerformanceTests/Layout/auto-grid-lots-of-data.html b/PerformanceTests/Layout/auto-grid-lots-of-data.html
index 601b01dafaee2eb87f5d69706ee9b78af4878ca6..54fc99adf2c2308a8fec99c55facbee300d22d70 100644
--- a/PerformanceTests/Layout/auto-grid-lots-of-data.html
+++ b/PerformanceTests/Layout/auto-grid-lots-of-data.html
@@ -9,8 +9,8 @@ html, body {
body {
display: grid;
- grid-definition-rows: repeat(100, auto);
- grid-definition-columns: repeat(100, auto);;
+ grid-template-rows: repeat(100, auto);
+ grid-template-columns: repeat(100, auto);;
}
.gridItem {
« no previous file with comments | « LayoutTests/webexposed/nonstable-css-properties-expected.txt ('k') | PerformanceTests/Layout/fixed-grid-lots-of-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698