Index: LayoutTests/fast/css-grid-layout/grid-template-get-set.html |
diff --git a/LayoutTests/fast/css-grid-layout/grid-template-get-set.html b/LayoutTests/fast/css-grid-layout/grid-template-get-set.html |
index 2c30bf06e63baeef0ed1e744ad54c6bea72d62de..7336e0746b4bdcb0352e1013dd2ce982adfe5f8e 100644 |
--- a/LayoutTests/fast/css-grid-layout/grid-template-get-set.html |
+++ b/LayoutTests/fast/css-grid-layout/grid-template-get-set.html |
@@ -119,6 +119,5 @@ if (window.testRunner) |
element.style.gridTemplate = '"nav-up"'; |
shouldBeEqualToString("window.getComputedStyle(element).getPropertyValue('grid-template')", "none") |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
</body> |
</html> |