Index: third_party/WebKit/LayoutTests/fast/dom/Window/custom-constructors-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/custom-constructors-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/custom-constructors-expected.txt |
index 87db6a21a989526c9b281f9748aaecd5164dc8d5..732e2467270ce6bd5e9add31b93b5f33c5c02552 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/custom-constructors-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/custom-constructors-expected.txt |
@@ -7,7 +7,7 @@ PASS Image.prototype.toString.call(new Image) is '[object HTMLImageElement]' |
PASS Option.prototype.toString.call(new Option) is '[object HTMLOptionElement]' |
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 SyntaxError: Failed to construct 'WebKitCSSMatrix': Failed to parse 'null'.. |
+PASS new WebKitCSSMatrix(null) threw exception SyntaxError: Failed to construct 'DOMMatrix': Failed to parse 'null'.. |
FAIL new WebKitCSSMatrix(undefined) should throw an exception. Was matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000). |
PASS XMLHttpRequest.prototype.toString.call(new XMLHttpRequest) is '[object XMLHttpRequest]' |
PASS XSLTProcessor.prototype.toString.call(new XSLTProcessor) is '[object XSLTProcessor]' |