| 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
|
|
|