diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/css/css3-nth-tokens-script.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/css/css3-nth-tokens-script.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/css/css3-nth-tokens-script.html b/third_party/WebKit/LayoutTests/fast/css/css3-nth-tokens-script.html index 4694263..9742069 100644 --- a/third_party/WebKit/LayoutTests/fast/css/css3-nth-tokens-script.html +++ b/third_party/WebKit/LayoutTests/fast/css/css3-nth-tokens-script.html @@ -63,6 +63,5 @@ shouldThrow('document.querySelector("span.c3:nth-of-type(2n3)")', '"SyntaxError: shouldThrow('document.querySelector("span.c3:nth-of-type(foon + bar)")', '"SyntaxError: Failed to execute query: \'span.c3:nth-of-type(foon + bar)\' is not a valid selector."'); </script> -<script src="../js/resources/js-test-post.js"></script> </body> </html> |