| Index: LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html b/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
|
| index 3502b154d8dbbd0dc9bfffd2acc18c1036155b61..4d8a60fa2a61e595ef8106f6ae0c77f6722514a7 100755
|
| --- a/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
|
| @@ -85,6 +85,5 @@ if (window.testRunner)
|
| element.style.gridAutoFlow = "initial";
|
| shouldBe("window.getComputedStyle(element, '').getPropertyValue('grid-auto-flow')", "'none'");
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|