diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/select/options-indexed-properties.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/forms/select/options-indexed-properties.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/options-indexed-properties.html b/third_party/WebKit/LayoutTests/fast/forms/select/options-indexed-properties.html index a469713..f51b503 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/select/options-indexed-properties.html +++ b/third_party/WebKit/LayoutTests/fast/forms/select/options-indexed-properties.html @@ -22,6 +22,5 @@ shouldBeEqualToString('properties[0].value', "a"); shouldBeEqualToString('properties[1].value', "b"); </script> -<script src="../../../fast/js/resources/js-test-post.js"></script> </body> </html> |