diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/formmethod-attribute-test.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/forms/formmethod-attribute-test.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/formmethod-attribute-test.html b/third_party/WebKit/LayoutTests/fast/forms/formmethod-attribute-test.html index b41e0cb..bda0d79 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/formmethod-attribute-test.html +++ b/third_party/WebKit/LayoutTests/fast/forms/formmethod-attribute-test.html @@ -46,7 +46,6 @@ shouldBeEqualToString("ip5.formMethod", "get"); shouldBeEqualToString("ip5.getAttribute('formmethod')", "foo"); debug(''); </script> -<script src="../js/resources/js-test-post.js"></script> </body> </html> |