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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months 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
« no previous file with comments | « LayoutTests/fast/css/css3-nth-tokens-script.html ('k') | LayoutTests/fast/css/getFloatValueForUnit.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a2ab57f808df67fd8f77fd749b291a92beab3178..afe2af31c46e7fd2f794e6fa1ec104bda4bd7120 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 Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector("span.c3:nth-of-type(foo)") threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector("span.c3:nth-of-type(2n3)") threw exception Error: SyntaxError: DOM Exception 12.
-PASS document.querySelector("span.c3:nth-of-type(foon + bar)") threw exception Error: SyntaxError: DOM Exception 12.
+PASS document.querySelector("span.c3:nth-of-type(n3)") threw exception SyntaxError: An invalid or illegal string was specified..
+PASS document.querySelector("span.c3:nth-of-type(foo)") threw exception SyntaxError: An invalid or illegal string was specified..
+PASS document.querySelector("span.c3:nth-of-type(2n3)") threw exception SyntaxError: An invalid or illegal string was specified..
+PASS document.querySelector("span.c3:nth-of-type(foon + bar)") threw exception SyntaxError: An invalid or illegal string was specified..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/css3-nth-tokens-script.html ('k') | LayoutTests/fast/css/getFloatValueForUnit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698