| 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 1871813e2b9d5c32e6655719e9b77e3f782176ed..6f38785a1d790a74985e61fc8893f1f4f65c04a6 100644
|
| --- a/LayoutTests/fast/dom/Window/custom-constructors-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/custom-constructors-expected.txt
|
| @@ -9,7 +9,7 @@ PASS WebKitPoint.prototype.toString.call(new WebKitPoint) is '[object WebKitPoin
|
| 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(undefined) threw exception SyntaxError: Failed to construct 'WebKitCSSMatrix': Failed to parse 'undefined'..
|
| +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]'
|
| PASS successfullyParsed is true
|
|
|