Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: LayoutTests/svg/dom/SVGPointList-basics.xhtml

Issue 132233016: [SVG] SVGAnimatedPointList migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: set NeedsRebaseline Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
« no previous file with comments | « LayoutTests/svg/dom/SVGLengthList-basics.xhtml ('k') | LayoutTests/svg/dom/SVGPointList-basics-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698