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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-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/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
index 5df8ca4e23dbaed673054475072353a55f55db2e..604945c1619efdf076d8f645f83c46458f164076 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
@@ -1401,8 +1401,8 @@ PASS SVGPathElement interface object name
FAIL SVGPathElement interface: existence and properties of interface prototype object assert_equals: class string of SVGPathElement.prototype expected "[object SVGPathElementPrototype]" but got "[object SVGPathElement]"
PASS SVGPathElement interface: existence and properties of interface prototype object's "constructor" property
PASS SVGPathElement interface: attribute pathLength
-PASS SVGPathElement interface: operation getTotalLength()
-PASS SVGPathElement interface: operation getPointAtLength(float)
+FAIL SVGPathElement interface: operation getTotalLength() assert_own_property: interface prototype object missing non-static operation expected property "getTotalLength" missing
+FAIL SVGPathElement interface: operation getPointAtLength(float) assert_own_property: interface prototype object missing non-static operation expected property "getPointAtLength" missing
PASS SVGPathElement must be primary interface of path
PASS Stringification of path
PASS SVGPathElement interface: path must inherit property "pathLength" with the proper type (0)

Powered by Google App Engine
This is Rietveld 408576698