Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Layout / fixed-grid-lots-of-data.html
index 2801460..8f69407 100644 (file)
@@ -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 {