diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html b/third_party/WebKit/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html index 42f2256..a51fab2 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html +++ b/third_party/WebKit/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html @@ -34,6 +34,5 @@ shouldBe('sel.length', '100'); sel.length = 180; shouldBe('sel.length', '180'); </script> -<script src="../../fast/js/resources/js-test-post.js"></script> </body> </html> |