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

Unified Diff: PerformanceTests/Layout/fixed-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/fixed-grid-lots-of-data.html
diff --git a/PerformanceTests/Layout/fixed-grid-lots-of-data.html b/PerformanceTests/Layout/fixed-grid-lots-of-data.html
index 280146046b904b4bd6e3ca43f183f3781daf5fb4..8f6940769f58f9c63909057d5218a5f556dd11e4 100644
--- a/PerformanceTests/Layout/fixed-grid-lots-of-data.html
+++ b/PerformanceTests/Layout/fixed-grid-lots-of-data.html
@@ -9,8 +9,8 @@ html, body {
body {
display: grid;
- grid-definition-rows: repeat(100, 200px);
- grid-definition-columns: repeat(20, 200px);;
+ grid-template-rows: repeat(100, 200px);
+ grid-template-columns: repeat(20, 200px);;
}
.gridItem {
« no previous file with comments | « PerformanceTests/Layout/auto-grid-lots-of-data.html ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698