2 <link href=
"resources/grid.css" rel=
"stylesheet">
5 testRunner
.dumpAsText();
8 <p>This test checks that setting grid-template shorthand from JavaScript doesn't cause an infinite loop.
</p>
13 var item
= document
.getElementById("item");
14 item
.style
.gridTemplate
= '10px / "a"';
15 item
.style
.gridTemplate
= '"a b" "a b"';