Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-item-start-before-get-set.html
index 0e5bea9..56d5176 100644 (file)
@@ -4,8 +4,8 @@
 <link href="resources/grid.css" rel="stylesheet">
 <style>
 .grid {
-    grid-template: "firstArea secondArea"
-                   "thirdArea thirdArea";
+    grid-template-areas: "firstArea secondArea"
+                         "thirdArea thirdArea";
 }
 
 .gridItemWithPositiveInteger {