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

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

Issue 2477133002: Import wpt@306326cfe973b6c7019c50879ad03b02825c7539 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 604945c1619efdf076d8f645f83c46458f164076..2a69f0f0335956ee23d59723b2ff94da2b08e3fe 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
@@ -31,8 +31,11 @@ PASS SVGGeometryElement interface object length
PASS SVGGeometryElement interface object name
FAIL SVGGeometryElement interface: existence and properties of interface prototype object assert_equals: class string of SVGGeometryElement.prototype expected "[object SVGGeometryElementPrototype]" but got "[object SVGGeometryElement]"
PASS SVGGeometryElement interface: existence and properties of interface prototype object's "constructor" property
+FAIL SVGGeometryElement interface: attribute pathLength assert_true: The prototype object must have a property "pathLength" expected true got false
PASS SVGGeometryElement interface: operation isPointInFill(DOMPoint)
PASS SVGGeometryElement interface: operation isPointInStroke(DOMPoint)
+PASS SVGGeometryElement interface: operation getTotalLength()
+PASS SVGGeometryElement interface: operation getPointAtLength(float)
PASS SVGNumber interface: existence and properties of interface object
PASS SVGNumber interface object length
PASS SVGNumber interface object name
@@ -1400,19 +1403,16 @@ PASS SVGPathElement interface object length
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
-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)
-PASS SVGPathElement interface: path must inherit property "getTotalLength" with the proper type (1)
-PASS SVGPathElement interface: path must inherit property "getPointAtLength" with the proper type (2)
-PASS SVGPathElement interface: calling getPointAtLength(float) on path with too few arguments must throw TypeError
-PASS SVGGeometryElement interface: path must inherit property "isPointInFill" with the proper type (0)
+PASS SVGGeometryElement interface: path must inherit property "pathLength" with the proper type (0)
+PASS SVGGeometryElement interface: path must inherit property "isPointInFill" with the proper type (1)
PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on path with too few arguments must throw TypeError
-PASS SVGGeometryElement interface: path must inherit property "isPointInStroke" with the proper type (1)
+PASS SVGGeometryElement interface: path must inherit property "isPointInStroke" with the proper type (2)
PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on path with too few arguments must throw TypeError
+PASS SVGGeometryElement interface: path must inherit property "getTotalLength" with the proper type (3)
+PASS SVGGeometryElement interface: path must inherit property "getPointAtLength" with the proper type (4)
+PASS SVGGeometryElement interface: calling getPointAtLength(float) on path with too few arguments must throw TypeError
PASS SVGGraphicsElement interface: path must inherit property "transform" with the proper type (0)
PASS SVGGraphicsElement interface: path must inherit property "getBBox" with the proper type (1)
PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on path with too few arguments must throw TypeError
@@ -1509,10 +1509,14 @@ PASS SVGRectElement interface: rect must inherit property "width" with the prope
PASS SVGRectElement interface: rect must inherit property "height" with the proper type (3)
PASS SVGRectElement interface: rect must inherit property "rx" with the proper type (4)
PASS SVGRectElement interface: rect must inherit property "ry" with the proper type (5)
-PASS SVGGeometryElement interface: rect must inherit property "isPointInFill" with the proper type (0)
+FAIL SVGGeometryElement interface: rect must inherit property "pathLength" with the proper type (0) assert_inherits: property "pathLength" not found in prototype chain
+PASS SVGGeometryElement interface: rect must inherit property "isPointInFill" with the proper type (1)
PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on rect with too few arguments must throw TypeError
-PASS SVGGeometryElement interface: rect must inherit property "isPointInStroke" with the proper type (1)
+PASS SVGGeometryElement interface: rect must inherit property "isPointInStroke" with the proper type (2)
PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on rect with too few arguments must throw TypeError
+PASS SVGGeometryElement interface: rect must inherit property "getTotalLength" with the proper type (3)
+PASS SVGGeometryElement interface: rect must inherit property "getPointAtLength" with the proper type (4)
+PASS SVGGeometryElement interface: calling getPointAtLength(float) on rect with too few arguments must throw TypeError
PASS SVGGraphicsElement interface: rect must inherit property "transform" with the proper type (0)
PASS SVGGraphicsElement interface: rect must inherit property "getBBox" with the proper type (1)
PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on rect with too few arguments must throw TypeError
@@ -1603,10 +1607,14 @@ PASS Stringification of circle
PASS SVGCircleElement interface: circle must inherit property "cx" with the proper type (0)
PASS SVGCircleElement interface: circle must inherit property "cy" with the proper type (1)
PASS SVGCircleElement interface: circle must inherit property "r" with the proper type (2)
-PASS SVGGeometryElement interface: circle must inherit property "isPointInFill" with the proper type (0)
+FAIL SVGGeometryElement interface: circle must inherit property "pathLength" with the proper type (0) assert_inherits: property "pathLength" not found in prototype chain
+PASS SVGGeometryElement interface: circle must inherit property "isPointInFill" with the proper type (1)
PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on circle with too few arguments must throw TypeError
-PASS SVGGeometryElement interface: circle must inherit property "isPointInStroke" with the proper type (1)
+PASS SVGGeometryElement interface: circle must inherit property "isPointInStroke" with the proper type (2)
PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on circle with too few arguments must throw TypeError
+PASS SVGGeometryElement interface: circle must inherit property "getTotalLength" with the proper type (3)
+PASS SVGGeometryElement interface: circle must inherit property "getPointAtLength" with the proper type (4)
+PASS SVGGeometryElement interface: calling getPointAtLength(float) on circle with too few arguments must throw TypeError
PASS SVGGraphicsElement interface: circle must inherit property "transform" with the proper type (0)
PASS SVGGraphicsElement interface: circle must inherit property "getBBox" with the proper type (1)
PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on circle with too few arguments must throw TypeError
@@ -1699,10 +1707,14 @@ PASS SVGEllipseElement interface: ellipse must inherit property "cx" with the pr
PASS SVGEllipseElement interface: ellipse must inherit property "cy" with the proper type (1)
PASS SVGEllipseElement interface: ellipse must inherit property "rx" with the proper type (2)
PASS SVGEllipseElement interface: ellipse must inherit property "ry" with the proper type (3)
-PASS SVGGeometryElement interface: ellipse must inherit property "isPointInFill" with the proper type (0)
+FAIL SVGGeometryElement interface: ellipse must inherit property "pathLength" with the proper type (0) assert_inherits: property "pathLength" not found in prototype chain
+PASS SVGGeometryElement interface: ellipse must inherit property "isPointInFill" with the proper type (1)
PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on ellipse with too few arguments must throw TypeError
-PASS SVGGeometryElement interface: ellipse must inherit property "isPointInStroke" with the proper type (1)
+PASS SVGGeometryElement interface: ellipse must inherit property "isPointInStroke" with the proper type (2)
PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on ellipse with too few arguments must throw TypeError
+PASS SVGGeometryElement interface: ellipse must inherit property "getTotalLength" with the proper type (3)
+PASS SVGGeometryElement interface: ellipse must inherit property "getPointAtLength" with the proper type (4)
+PASS SVGGeometryElement interface: calling getPointAtLength(float) on ellipse with too few arguments must throw TypeError
PASS SVGGraphicsElement interface: ellipse must inherit property "transform" with the proper type (0)
PASS SVGGraphicsElement interface: ellipse must inherit property "getBBox" with the proper type (1)
PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on ellipse with too few arguments must throw TypeError
@@ -1795,10 +1807,14 @@ PASS SVGLineElement interface: line must inherit property "x1" with the proper t
PASS SVGLineElement interface: line must inherit property "y1" with the proper type (1)
PASS SVGLineElement interface: line must inherit property "x2" with the proper type (2)
PASS SVGLineElement interface: line must inherit property "y2" with the proper type (3)
-PASS SVGGeometryElement interface: line must inherit property "isPointInFill" with the proper type (0)
+FAIL SVGGeometryElement interface: line must inherit property "pathLength" with the proper type (0) assert_inherits: property "pathLength" not found in prototype chain
+PASS SVGGeometryElement interface: line must inherit property "isPointInFill" with the proper type (1)
PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on line with too few arguments must throw TypeError
-PASS SVGGeometryElement interface: line must inherit property "isPointInStroke" with the proper type (1)
+PASS SVGGeometryElement interface: line must inherit property "isPointInStroke" with the proper type (2)
PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on line with too few arguments must throw TypeError
+PASS SVGGeometryElement interface: line must inherit property "getTotalLength" with the proper type (3)
+PASS SVGGeometryElement interface: line must inherit property "getPointAtLength" with the proper type (4)
+PASS SVGGeometryElement interface: calling getPointAtLength(float) on line with too few arguments must throw TypeError
PASS SVGGraphicsElement interface: line must inherit property "transform" with the proper type (0)
PASS SVGGraphicsElement interface: line must inherit property "getBBox" with the proper type (1)
PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on line with too few arguments must throw TypeError
@@ -1918,10 +1934,14 @@ PASS SVGPolylineElement must be primary interface of polyline
PASS Stringification of polyline
PASS SVGPolylineElement interface: polyline must inherit property "points" with the proper type (0)
PASS SVGPolylineElement interface: polyline must inherit property "animatedPoints" with the proper type (1)
-PASS SVGGeometryElement interface: polyline must inherit property "isPointInFill" with the proper type (0)
+FAIL SVGGeometryElement interface: polyline must inherit property "pathLength" with the proper type (0) assert_inherits: property "pathLength" not found in prototype chain
+PASS SVGGeometryElement interface: polyline must inherit property "isPointInFill" with the proper type (1)
PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on polyline with too few arguments must throw TypeError
-PASS SVGGeometryElement interface: polyline must inherit property "isPointInStroke" with the proper type (1)
+PASS SVGGeometryElement interface: polyline must inherit property "isPointInStroke" with the proper type (2)
PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on polyline with too few arguments must throw TypeError
+PASS SVGGeometryElement interface: polyline must inherit property "getTotalLength" with the proper type (3)
+PASS SVGGeometryElement interface: polyline must inherit property "getPointAtLength" with the proper type (4)
+PASS SVGGeometryElement interface: calling getPointAtLength(float) on polyline with too few arguments must throw TypeError
PASS SVGGraphicsElement interface: polyline must inherit property "transform" with the proper type (0)
PASS SVGGraphicsElement interface: polyline must inherit property "getBBox" with the proper type (1)
PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on polyline with too few arguments must throw TypeError
@@ -2010,10 +2030,14 @@ PASS SVGPolygonElement must be primary interface of polygon
PASS Stringification of polygon
PASS SVGPolygonElement interface: polygon must inherit property "points" with the proper type (0)
PASS SVGPolygonElement interface: polygon must inherit property "animatedPoints" with the proper type (1)
-PASS SVGGeometryElement interface: polygon must inherit property "isPointInFill" with the proper type (0)
+FAIL SVGGeometryElement interface: polygon must inherit property "pathLength" with the proper type (0) assert_inherits: property "pathLength" not found in prototype chain
+PASS SVGGeometryElement interface: polygon must inherit property "isPointInFill" with the proper type (1)
PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on polygon with too few arguments must throw TypeError
-PASS SVGGeometryElement interface: polygon must inherit property "isPointInStroke" with the proper type (1)
+PASS SVGGeometryElement interface: polygon must inherit property "isPointInStroke" with the proper type (2)
PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on polygon with too few arguments must throw TypeError
+PASS SVGGeometryElement interface: polygon must inherit property "getTotalLength" with the proper type (3)
+PASS SVGGeometryElement interface: polygon must inherit property "getPointAtLength" with the proper type (4)
+PASS SVGGeometryElement interface: calling getPointAtLength(float) on polygon with too few arguments must throw TypeError
PASS SVGGraphicsElement interface: polygon must inherit property "transform" with the proper type (0)
PASS SVGGraphicsElement interface: polygon must inherit property "getBBox" with the proper type (1)
PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on polygon with too few arguments must throw TypeError
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698