| Index: LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html
|
| diff --git a/LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html b/LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html
|
| index 6e22819e004e414c8f945ae355847a805c385e6f..da96a33ab7ddbd9db8c907ea87a92354b4177a5f 100644
|
| --- a/LayoutTests/editing/execCommand/queryCommandValue-unsupported-commands.html
|
| +++ b/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>
|
|
|