Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-item-change-row-repaint.html
index f1ec803..5c2f72d 100644 (file)
@@ -19,8 +19,8 @@ body {
 }
 
 .grid {
-    grid-definition-rows: 50px 100px;
-    grid-definition-columns: 100px 50px;
+    grid-template-rows: 50px 100px;
+    grid-template-columns: 100px 50px;
     /* Make the grid shrink to fit. */
     position: absolute;
 }