Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-item-negative-integer-explicit-grid-resolution.html
index 3f4e105..74c5291 100644 (file)
@@ -7,14 +7,14 @@ if (window.testRunner)
 <link href="resources/grid.css" rel="stylesheet">
 <style>
 .columnGrid {
-    grid-definition-columns: 50px 100px;
-    /* grid-definition-rows is left unset so that the grid items' row is implicit. */
+    grid-template-columns: 50px 100px;
+    /* grid-template-rows is left unset so that the grid items' row is implicit. */
     font: 10px/1 Ahem;
 }
 
 .rowGrid {
-    grid-definition-rows: 50px 100px;
-    /* grid-definition-columns is left unset so that the grid items' column is implicit. */
+    grid-template-rows: 50px 100px;
+    /* grid-template-columns is left unset so that the grid items' column is implicit. */
     font: 10px/1 Ahem;
 }
 </style>