diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/events/invalid-002.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/events/invalid-002.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/events/invalid-002.html b/third_party/WebKit/LayoutTests/fast/events/invalid-002.html index ccb7d38..42ba7d4 100644 --- a/third_party/WebKit/LayoutTests/fast/events/invalid-002.html +++ b/third_party/WebKit/LayoutTests/fast/events/invalid-002.html @@ -17,6 +17,5 @@ description("This test checks if checkValidity() invoked on a form control corre if (document.getElementById("sad_form").checkValidity()) testFailed('checkValidity should have returned false'); </script> -<script src="../js/resources/js-test-post.js"></script> </body> </html> |