diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/parser-associated-form-removal.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/forms/parser-associated-form-removal.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/parser-associated-form-removal.html b/third_party/WebKit/LayoutTests/fast/forms/parser-associated-form-removal.html index 92fee17..8945135 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/parser-associated-form-removal.html +++ b/third_party/WebKit/LayoutTests/fast/forms/parser-associated-form-removal.html @@ -29,4 +29,3 @@ debug('...and then removing the form.'); table2.removeChild(table2.querySelector('form')); shouldBeNull('table2.querySelector("input").form'); </script> -<script src="../js/resources/js-test-post.js"></script> |