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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/svg/historical-expected.txt

Issue 2413753004: Move getTotalLength and getPointAtLength methods from SVGPathElement to SVGGeometryElement. (Closed)
Patch Set: Align with review comments Created 4 years, 2 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: third_party/WebKit/LayoutTests/imported/wpt/svg/historical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/svg/historical-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/svg/historical-expected.txt
index c5aaaa8b7ae73442269105e37723e2ba8f7b22f5..6dbbd66a2087d8acdcf36d46b8a9bfc951f609db 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/svg/historical-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/svg/historical-expected.txt
@@ -31,8 +31,8 @@ FAIL SVGGraphicsElement.prototype.requiredFeatures must be removed assert_false:
FAIL SVGSVGElement.prototype.currentView must be removed assert_false: expected false got true
FAIL SVGSVGElement.prototype.useCurrentView must be removed assert_false: expected false got true
PASS SVGSVGElement.prototype.viewport must be removed
-FAIL SVGPathElement.prototype.getPointAtLength must be moved to SVGGeometryElement.prototype assert_false: expected false got true
-FAIL SVGPathElement.prototype.getTotalLength must be moved to SVGGeometryElement.prototype assert_false: expected false got true
+PASS SVGPathElement.prototype.getPointAtLength must be moved to SVGGeometryElement.prototype
+PASS SVGPathElement.prototype.getTotalLength must be moved to SVGGeometryElement.prototype
FAIL SVGPathElement.prototype.pathLength must be moved to SVGGeometryElement.prototype assert_false: expected false got true
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698