summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html')
-rw-r--r--third_party/WebKit/LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html b/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html
index 6e22819..da96a33 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html
@@ -13,5 +13,4 @@ shouldBe("typeof document.queryCommandValue('foofoo')", "'string'");
shouldBe("document.queryCommandValue('fontSize')", "'5'");
shouldBe("typeof document.queryCommandValue('fontSize')", "'string'");
</script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</html>