Index: LayoutTests/fast/css/css3-nth-tokens-script-expected.txt |
diff --git a/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt b/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt |
index 00fd232ff06f8003a300af9cd5757a8a8c9d816f..c06fa77a3e93e2406e77f18cd9877f389f72c6d1 100644 |
--- a/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt |
+++ b/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt |
@@ -16,10 +16,10 @@ PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') i |
PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)' |
PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(255, 0, 0)' |
PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)' |
-PASS document.querySelector("span.c3:nth-of-type(n3)") threw exception SyntaxError: Failed to execute query: 'span.c3:nth-of-type(n3)' is not a valid selector.. |
-PASS document.querySelector("span.c3:nth-of-type(foo)") threw exception SyntaxError: Failed to execute query: 'span.c3:nth-of-type(foo)' is not a valid selector.. |
-PASS document.querySelector("span.c3:nth-of-type(2n3)") threw exception SyntaxError: Failed to execute query: 'span.c3:nth-of-type(2n3)' is not a valid selector.. |
-PASS document.querySelector("span.c3:nth-of-type(foon + bar)") threw exception SyntaxError: Failed to execute query: 'span.c3:nth-of-type(foon + bar)' is not a valid selector.. |
+PASS document.querySelector("span.c3:nth-of-type(n3)") threw exception SyntaxError: Failed to execute 'querySelector' on 'Document': 'span.c3:nth-of-type(n3)' is not a valid selector.. |
+PASS document.querySelector("span.c3:nth-of-type(foo)") threw exception SyntaxError: Failed to execute 'querySelector' on 'Document': 'span.c3:nth-of-type(foo)' is not a valid selector.. |
+PASS document.querySelector("span.c3:nth-of-type(2n3)") threw exception SyntaxError: Failed to execute 'querySelector' on 'Document': 'span.c3:nth-of-type(2n3)' is not a valid selector.. |
+PASS document.querySelector("span.c3:nth-of-type(foon + bar)") threw exception SyntaxError: Failed to execute 'querySelector' on 'Document': 'span.c3:nth-of-type(foon + bar)' is not a valid selector.. |
PASS successfullyParsed is true |
TEST COMPLETE |