| Index: LayoutTests/fast/forms/file/file-input-capture.html
|
| diff --git a/LayoutTests/fast/forms/file/file-input-capture.html b/LayoutTests/fast/forms/file/file-input-capture.html
|
| index 5cc4dbb204609f25d327460a989a5115df7f3a4a..791c2b53b85a8be453d977380de3bc91af788d73 100644
|
| --- a/LayoutTests/fast/forms/file/file-input-capture.html
|
| +++ b/LayoutTests/fast/forms/file/file-input-capture.html
|
| @@ -35,5 +35,4 @@ input.capture = true;
|
| shouldBe("input.capture", "true");
|
| shouldBe("input.hasAttribute('capture')", "true");
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </html>
|
|
|