Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: LayoutTests/fast/css/css3-nth-tokens-script-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « LayoutTests/fast/css/css3-nth-tokens-script.html ('k') | LayoutTests/fast/css/variables/cssom-computed-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698