| 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 6f38785a1d790a74985e61fc8893f1f4f65c04a6..87db6a21a989526c9b281f9748aaecd5164dc8d5 100644
|
| --- a/LayoutTests/fast/dom/Window/custom-constructors-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/custom-constructors-expected.txt
|
| @@ -5,7 +5,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| PASS Audio.prototype.toString.call(new Audio) is '[object HTMLAudioElement]'
|
| PASS Image.prototype.toString.call(new Image) is '[object HTMLImageElement]'
|
| 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 SyntaxError: Failed to construct 'WebKitCSSMatrix': Failed to parse 'null'..
|
|
|