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

Unified Diff: LayoutTests/fast/dom/Window/custom-constructors-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
Index: LayoutTests/fast/dom/Window/custom-constructors-expected.txt
diff --git a/LayoutTests/fast/dom/Window/custom-constructors-expected.txt b/LayoutTests/fast/dom/Window/custom-constructors-expected.txt
index 289d67e4409775e2647572d84ede70b6e987adc2..f6b9d890ba6a2aa3e343b32851f31b77d0279690 100644
--- a/LayoutTests/fast/dom/Window/custom-constructors-expected.txt
+++ b/LayoutTests/fast/dom/Window/custom-constructors-expected.txt
@@ -8,8 +8,8 @@ PASS Option.prototype.toString.call(new Option) is '[object HTMLOptionElement]'
PASS WebKitPoint.prototype.toString.call(new WebKitPoint) is '[object WebKitPoint]'
PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix()) is 'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'
-PASS new WebKitCSSMatrix(null) threw exception Error: SyntaxError: DOM Exception 12.
-PASS new WebKitCSSMatrix(undefined) threw exception Error: SyntaxError: DOM Exception 12.
+PASS new WebKitCSSMatrix(null) threw exception SyntaxError: An invalid or illegal string was specified..
+PASS new WebKitCSSMatrix(undefined) threw exception SyntaxError: An invalid or illegal string was specified..
PASS XMLHttpRequest.prototype.toString.call(new XMLHttpRequest) is '[object XMLHttpRequest]'
PASS XSLTProcessor.prototype.toString.call(new XSLTProcessor) is '[object XSLTProcessor]'
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/dom/Window/atob-btoa-expected.txt ('k') | LayoutTests/fast/dom/Window/dispatchEvent-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698