| Index: LayoutTests/fast/dom/Window/custom-constructors.html
|
| diff --git a/LayoutTests/fast/dom/Window/custom-constructors.html b/LayoutTests/fast/dom/Window/custom-constructors.html
|
| index 27ffe768cd75485e3f5b4c3d1c95e55314c2cea6..cb07098f76f0e63c5e4ac6f5ba624b0b9d865b35 100644
|
| --- a/LayoutTests/fast/dom/Window/custom-constructors.html
|
| +++ b/LayoutTests/fast/dom/Window/custom-constructors.html
|
| @@ -14,7 +14,6 @@
|
| shouldBe("Audio.prototype.toString.call(new Audio)", "'[object HTMLAudioElement]'");
|
| shouldBe("Image.prototype.toString.call(new Image)", "'[object HTMLImageElement]'");
|
| shouldBe("Option.prototype.toString.call(new Option)", "'[object HTMLOptionElement]'");
|
| - shouldBe("WebKitPoint.prototype.toString.call(new WebKitPoint)", "'[object WebKitPoint]'");
|
| shouldBe("WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix)", "'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'");
|
| shouldBe("WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix())", "'matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000)'");
|
| shouldThrow("new WebKitCSSMatrix(null)");
|
|
|