diff options
author | ojan@chromium.org <ojan@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-11-02 00:22:49 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-11-02 00:22:49 +0000 |
commit | 2c1c99866e9c613db748c8f2eaac3c8972ef0756 (patch) | |
tree | 6345a8dde96b1073bb246cce3c10e29534f027a4 /third_party/WebKit/LayoutTests/fast/forms/file | |
parent | 455a0e039c092b998b9739200df635bcef8af451 (diff) | |
download | chromium_src-2c1c99866e9c613db748c8f2eaac3c8972ef0756.zip chromium_src-2c1c99866e9c613db748c8f2eaac3c8972ef0756.tar.gz chromium_src-2c1c99866e9c613db748c8f2eaac3c8972ef0756.tar.bz2 |
Delete js-test-post.js.
There turn out to be three copies of js-test-pre/post in the tree.
This deletes the one used by all but ~100 tests.
TBR=eae@chromium.org
Review URL: https://codereview.chromium.org/48903019
git-svn-id: svn://svn.chromium.org/blink/trunk@161210 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/file')
11 files changed, 0 insertions, 11 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/display-none-upload-button.html b/third_party/WebKit/LayoutTests/fast/forms/file/display-none-upload-button.html index b527943..282159f 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/display-none-upload-button.html +++ b/third_party/WebKit/LayoutTests/fast/forms/file/display-none-upload-button.html @@ -16,4 +16,3 @@ Tests that a display:none upload button works. // https://bugs.webkit.org/show_bug.cgi?id=109104
shouldBeTrue("document.querySelector('input').offsetHeight > 10");
</script>
-<script src="../../js/resources/js-test-post.js"></script>
\ No newline at end of file diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/file-input-capture.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-capture.html index 5cc4dbb..791c2b5 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/file-input-capture.html +++ b/third_party/WebKit/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> diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/file-input-change-event.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-change-event.html index fab3c8a..527fd0f 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/file-input-change-event.html +++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-input-change-event.html @@ -113,6 +113,5 @@ function dragFilesOntoButtonInsideFileInput(input, files) { eventSender.mouseUp(); } </script> -<script src="../../js/resources/js-test-post.js"></script> </body> </html> diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/file-setrangetext.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-setrangetext.html index d720e51..f3cb05c 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/file-setrangetext.html +++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-setrangetext.html @@ -10,7 +10,6 @@ description("Test setRangeText() method is not available in file inputs."); runTestsShouldFail("input", { type: "file" }); </script> -<script src="../../js/resources/js-test-post.js"></script> </body> </html> diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/file-style-inheritance.html b/third_party/WebKit/LayoutTests/fast/forms/file/file-style-inheritance.html index 416fc99..d117781 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/file-style-inheritance.html +++ b/third_party/WebKit/LayoutTests/fast/forms/file/file-style-inheritance.html @@ -31,4 +31,3 @@ if (!window.internals) { shouldBe('document.defaultView.getComputedStyle(document.getElementById("darkFile"), null).getPropertyValue("color")', '"rgb(255, 255, 255)"'); } </script> -<script src="../../js/resources/js-test-post.js"></script> diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/input-file-entries.html b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-entries.html index 1df0f1b..367adb9 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/input-file-entries.html +++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-entries.html @@ -131,6 +131,5 @@ function onError(error) } </script> -<script src="../../js/resources/js-test-post.js"></script> </body> </html> diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/input-file-label.html b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-label.html index bc42986..81a3479 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/input-file-label.html +++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-label.html @@ -42,6 +42,5 @@ if (window.testRunner) { label == 'Choose File' ? testPassed(result) : testFailed(result); } </script> -<script src="../../js/resources/js-test-post.js"></script> </body> </html> diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/input-file-value.html b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-value.html index 8b79797..f76a410 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/input-file-value.html +++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-value.html @@ -37,6 +37,5 @@ function dragFilesOntoInput(input, files) { eventSender.mouseUp(); } </script> -<script src="../../js/resources/js-test-post.js"></script> </body> </html> diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files.html b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files.html index 63be80c..0c39883 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files.html +++ b/third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files.html @@ -43,6 +43,5 @@ function dragFilesOntoInput(input, files) { eventSender.mouseUp(); } </script> -<script src="../../js/resources/js-test-post.js"></script> </body> </html> diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/recover-file-input-in-unposted-form.html b/third_party/WebKit/LayoutTests/fast/forms/file/recover-file-input-in-unposted-form.html index f5da4f0..6e4b930 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/recover-file-input-in-unposted-form.html +++ b/third_party/WebKit/LayoutTests/fast/forms/file/recover-file-input-in-unposted-form.html @@ -97,6 +97,5 @@ function dragFilesOntoInput(input, files) { eventSender.mouseUp(); } </script> -<script src="../../js/resources/js-test-post.js"></script> </body> </html> diff --git a/third_party/WebKit/LayoutTests/fast/forms/file/selected-files-from-history-state.html b/third_party/WebKit/LayoutTests/fast/forms/file/selected-files-from-history-state.html index 59a947b..f9da271 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/file/selected-files-from-history-state.html +++ b/third_party/WebKit/LayoutTests/fast/forms/file/selected-files-from-history-state.html @@ -66,6 +66,5 @@ function runTest() { </form> </div> <div id="console"></div> -<script src="../../js/resources/js-test-post.js"></script> </body> </html> |