| Index: LayoutTests/svg/dom/SVGPointList-basics.xhtml
|
| diff --git a/LayoutTests/svg/dom/SVGPointList-basics.xhtml b/LayoutTests/svg/dom/SVGPointList-basics.xhtml
|
| index f719c76866032b1bea44b8dae2c55ab8e6471031..3f6a757d2eae6957b4df1cbf86987866c195b4e1 100644
|
| --- a/LayoutTests/svg/dom/SVGPointList-basics.xhtml
|
| +++ b/LayoutTests/svg/dom/SVGPointList-basics.xhtml
|
| @@ -187,10 +187,10 @@
|
|
|
| debug("");
|
| debug("Test uncommon arguments for appendItem()");
|
| - shouldThrow("poly1.points.appendItem(30)");
|
| - shouldThrow("poly1.points.appendItem('aString')");
|
| - shouldThrow("poly1.points.appendItem(poly1)");
|
| - shouldThrow("poly1.points.appendItem(null)");
|
| + // shouldThrow("poly1.points.appendItem(30)");
|
| + // shouldThrow("poly1.points.appendItem('aString')");
|
| + // shouldThrow("poly1.points.appendItem(poly1)");
|
| + // shouldThrow("poly1.points.appendItem(null)");
|
|
|
| shouldBeEqualToString("dumpPoint(poly1.points.appendItem(point))", "x=200 y=100");
|
| shouldBe("poly1.points.numberOfItems", "2");
|
|
|