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

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

Issue 2525233002: Move pathLength attribute from SVGPathElement to SVGGeometryElement. (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 236: callback not yet supported 1 CONSOLE MESSAGE: line 236: callback not yet supported
2 CONSOLE MESSAGE: line 236: callback not yet supported 2 CONSOLE MESSAGE: line 236: callback not yet supported
3 CONSOLE MESSAGE: line 236: callback not yet supported 3 CONSOLE MESSAGE: line 236: callback not yet supported
4 This is a testharness.js-based test. 4 This is a testharness.js-based test.
5 PASS Document interface: attribute rootElement 5 PASS Document interface: attribute rootElement
6 PASS SVGElement interface: existence and properties of interface object 6 PASS SVGElement interface: existence and properties of interface object
7 PASS SVGElement interface object length 7 PASS SVGElement interface object length
8 PASS SVGElement interface object name 8 PASS SVGElement interface object name
9 FAIL SVGElement interface: existence and properties of interface prototype objec t assert_equals: class string of SVGElement.prototype expected "[object SVGEleme ntPrototype]" but got "[object SVGElement]" 9 FAIL SVGElement interface: existence and properties of interface prototype objec t assert_equals: class string of SVGElement.prototype expected "[object SVGEleme ntPrototype]" but got "[object SVGElement]"
10 PASS SVGElement interface: existence and properties of interface prototype objec t's "constructor" property 10 PASS SVGElement interface: existence and properties of interface prototype objec t's "constructor" property
(...skipping 13 matching lines...) Expand all
24 PASS SVGGraphicsElement interface: operation getBBox(SVGBoundingBoxOptions) 24 PASS SVGGraphicsElement interface: operation getBBox(SVGBoundingBoxOptions)
25 PASS SVGGraphicsElement interface: operation getCTM() 25 PASS SVGGraphicsElement interface: operation getCTM()
26 PASS SVGGraphicsElement interface: operation getScreenCTM() 26 PASS SVGGraphicsElement interface: operation getScreenCTM()
27 PASS SVGGraphicsElement interface: attribute requiredExtensions 27 PASS SVGGraphicsElement interface: attribute requiredExtensions
28 PASS SVGGraphicsElement interface: attribute systemLanguage 28 PASS SVGGraphicsElement interface: attribute systemLanguage
29 PASS SVGGeometryElement interface: existence and properties of interface object 29 PASS SVGGeometryElement interface: existence and properties of interface object
30 PASS SVGGeometryElement interface object length 30 PASS SVGGeometryElement interface object length
31 PASS SVGGeometryElement interface object name 31 PASS SVGGeometryElement interface object name
32 FAIL SVGGeometryElement interface: existence and properties of interface prototy pe object assert_equals: class string of SVGGeometryElement.prototype expected " [object SVGGeometryElementPrototype]" but got "[object SVGGeometryElement]" 32 FAIL SVGGeometryElement interface: existence and properties of interface prototy pe object assert_equals: class string of SVGGeometryElement.prototype expected " [object SVGGeometryElementPrototype]" but got "[object SVGGeometryElement]"
33 PASS SVGGeometryElement interface: existence and properties of interface prototy pe object's "constructor" property 33 PASS SVGGeometryElement interface: existence and properties of interface prototy pe object's "constructor" property
34 FAIL SVGGeometryElement interface: attribute pathLength assert_true: The prototy pe object must have a property "pathLength" expected true got false 34 PASS SVGGeometryElement interface: attribute pathLength
35 PASS SVGGeometryElement interface: operation isPointInFill(DOMPoint) 35 PASS SVGGeometryElement interface: operation isPointInFill(DOMPoint)
36 PASS SVGGeometryElement interface: operation isPointInStroke(DOMPoint) 36 PASS SVGGeometryElement interface: operation isPointInStroke(DOMPoint)
37 PASS SVGGeometryElement interface: operation getTotalLength() 37 PASS SVGGeometryElement interface: operation getTotalLength()
38 PASS SVGGeometryElement interface: operation getPointAtLength(float) 38 PASS SVGGeometryElement interface: operation getPointAtLength(float)
39 PASS SVGNumber interface: existence and properties of interface object 39 PASS SVGNumber interface: existence and properties of interface object
40 PASS SVGNumber interface object length 40 PASS SVGNumber interface object length
41 PASS SVGNumber interface object name 41 PASS SVGNumber interface object name
42 FAIL SVGNumber interface: existence and properties of interface prototype object assert_equals: class string of SVGNumber.prototype expected "[object SVGNumberP rototype]" but got "[object SVGNumber]" 42 FAIL SVGNumber interface: existence and properties of interface prototype object assert_equals: class string of SVGNumber.prototype expected "[object SVGNumberP rototype]" but got "[object SVGNumber]"
43 PASS SVGNumber interface: existence and properties of interface prototype object 's "constructor" property 43 PASS SVGNumber interface: existence and properties of interface prototype object 's "constructor" property
44 PASS SVGNumber interface: attribute value 44 PASS SVGNumber interface: attribute value
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1502 PASS SVGRectElement interface: attribute rx 1502 PASS SVGRectElement interface: attribute rx
1503 PASS SVGRectElement interface: attribute ry 1503 PASS SVGRectElement interface: attribute ry
1504 PASS SVGRectElement must be primary interface of rect 1504 PASS SVGRectElement must be primary interface of rect
1505 PASS Stringification of rect 1505 PASS Stringification of rect
1506 PASS SVGRectElement interface: rect must inherit property "x" with the proper ty pe (0) 1506 PASS SVGRectElement interface: rect must inherit property "x" with the proper ty pe (0)
1507 PASS SVGRectElement interface: rect must inherit property "y" with the proper ty pe (1) 1507 PASS SVGRectElement interface: rect must inherit property "y" with the proper ty pe (1)
1508 PASS SVGRectElement interface: rect must inherit property "width" with the prope r type (2) 1508 PASS SVGRectElement interface: rect must inherit property "width" with the prope r type (2)
1509 PASS SVGRectElement interface: rect must inherit property "height" with the prop er type (3) 1509 PASS SVGRectElement interface: rect must inherit property "height" with the prop er type (3)
1510 PASS SVGRectElement interface: rect must inherit property "rx" with the proper t ype (4) 1510 PASS SVGRectElement interface: rect must inherit property "rx" with the proper t ype (4)
1511 PASS SVGRectElement interface: rect must inherit property "ry" with the proper t ype (5) 1511 PASS SVGRectElement interface: rect must inherit property "ry" with the proper t ype (5)
1512 FAIL SVGGeometryElement interface: rect must inherit property "pathLength" with the proper type (0) assert_inherits: property "pathLength" not found in prototyp e chain 1512 PASS SVGGeometryElement interface: rect must inherit property "pathLength" with the proper type (0)
1513 PASS SVGGeometryElement interface: rect must inherit property "isPointInFill" wi th the proper type (1) 1513 PASS SVGGeometryElement interface: rect must inherit property "isPointInFill" wi th the proper type (1)
1514 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on rect with too few arguments must throw TypeError 1514 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on rect with too few arguments must throw TypeError
1515 PASS SVGGeometryElement interface: rect must inherit property "isPointInStroke" with the proper type (2) 1515 PASS SVGGeometryElement interface: rect must inherit property "isPointInStroke" with the proper type (2)
1516 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on rect wit h too few arguments must throw TypeError 1516 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on rect wit h too few arguments must throw TypeError
1517 PASS SVGGeometryElement interface: rect must inherit property "getTotalLength" w ith the proper type (3) 1517 PASS SVGGeometryElement interface: rect must inherit property "getTotalLength" w ith the proper type (3)
1518 PASS SVGGeometryElement interface: rect must inherit property "getPointAtLength" with the proper type (4) 1518 PASS SVGGeometryElement interface: rect must inherit property "getPointAtLength" with the proper type (4)
1519 PASS SVGGeometryElement interface: calling getPointAtLength(float) on rect with too few arguments must throw TypeError 1519 PASS SVGGeometryElement interface: calling getPointAtLength(float) on rect with too few arguments must throw TypeError
1520 PASS SVGGraphicsElement interface: rect must inherit property "transform" with t he proper type (0) 1520 PASS SVGGraphicsElement interface: rect must inherit property "transform" with t he proper type (0)
1521 PASS SVGGraphicsElement interface: rect must inherit property "getBBox" with the proper type (1) 1521 PASS SVGGraphicsElement interface: rect must inherit property "getBBox" with the proper type (1)
1522 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on rec t with too few arguments must throw TypeError 1522 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on rec t with too few arguments must throw TypeError
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1600 FAIL SVGCircleElement interface: existence and properties of interface prototype object assert_equals: class string of SVGCircleElement.prototype expected "[obj ect SVGCircleElementPrototype]" but got "[object SVGCircleElement]" 1600 FAIL SVGCircleElement interface: existence and properties of interface prototype object assert_equals: class string of SVGCircleElement.prototype expected "[obj ect SVGCircleElementPrototype]" but got "[object SVGCircleElement]"
1601 PASS SVGCircleElement interface: existence and properties of interface prototype object's "constructor" property 1601 PASS SVGCircleElement interface: existence and properties of interface prototype object's "constructor" property
1602 PASS SVGCircleElement interface: attribute cx 1602 PASS SVGCircleElement interface: attribute cx
1603 PASS SVGCircleElement interface: attribute cy 1603 PASS SVGCircleElement interface: attribute cy
1604 PASS SVGCircleElement interface: attribute r 1604 PASS SVGCircleElement interface: attribute r
1605 PASS SVGCircleElement must be primary interface of circle 1605 PASS SVGCircleElement must be primary interface of circle
1606 PASS Stringification of circle 1606 PASS Stringification of circle
1607 PASS SVGCircleElement interface: circle must inherit property "cx" with the prop er type (0) 1607 PASS SVGCircleElement interface: circle must inherit property "cx" with the prop er type (0)
1608 PASS SVGCircleElement interface: circle must inherit property "cy" with the prop er type (1) 1608 PASS SVGCircleElement interface: circle must inherit property "cy" with the prop er type (1)
1609 PASS SVGCircleElement interface: circle must inherit property "r" with the prope r type (2) 1609 PASS SVGCircleElement interface: circle must inherit property "r" with the prope r type (2)
1610 FAIL SVGGeometryElement interface: circle must inherit property "pathLength" wit h the proper type (0) assert_inherits: property "pathLength" not found in protot ype chain 1610 PASS SVGGeometryElement interface: circle must inherit property "pathLength" wit h the proper type (0)
1611 PASS SVGGeometryElement interface: circle must inherit property "isPointInFill" with the proper type (1) 1611 PASS SVGGeometryElement interface: circle must inherit property "isPointInFill" with the proper type (1)
1612 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on circle wit h too few arguments must throw TypeError 1612 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on circle wit h too few arguments must throw TypeError
1613 PASS SVGGeometryElement interface: circle must inherit property "isPointInStroke " with the proper type (2) 1613 PASS SVGGeometryElement interface: circle must inherit property "isPointInStroke " with the proper type (2)
1614 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on circle w ith too few arguments must throw TypeError 1614 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on circle w ith too few arguments must throw TypeError
1615 PASS SVGGeometryElement interface: circle must inherit property "getTotalLength" with the proper type (3) 1615 PASS SVGGeometryElement interface: circle must inherit property "getTotalLength" with the proper type (3)
1616 PASS SVGGeometryElement interface: circle must inherit property "getPointAtLengt h" with the proper type (4) 1616 PASS SVGGeometryElement interface: circle must inherit property "getPointAtLengt h" with the proper type (4)
1617 PASS SVGGeometryElement interface: calling getPointAtLength(float) on circle wit h too few arguments must throw TypeError 1617 PASS SVGGeometryElement interface: calling getPointAtLength(float) on circle wit h too few arguments must throw TypeError
1618 PASS SVGGraphicsElement interface: circle must inherit property "transform" with the proper type (0) 1618 PASS SVGGraphicsElement interface: circle must inherit property "transform" with the proper type (0)
1619 PASS SVGGraphicsElement interface: circle must inherit property "getBBox" with t he proper type (1) 1619 PASS SVGGraphicsElement interface: circle must inherit property "getBBox" with t he proper type (1)
1620 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on cir cle with too few arguments must throw TypeError 1620 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on cir cle with too few arguments must throw TypeError
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 PASS SVGEllipseElement interface: attribute cx 1700 PASS SVGEllipseElement interface: attribute cx
1701 PASS SVGEllipseElement interface: attribute cy 1701 PASS SVGEllipseElement interface: attribute cy
1702 PASS SVGEllipseElement interface: attribute rx 1702 PASS SVGEllipseElement interface: attribute rx
1703 PASS SVGEllipseElement interface: attribute ry 1703 PASS SVGEllipseElement interface: attribute ry
1704 PASS SVGEllipseElement must be primary interface of ellipse 1704 PASS SVGEllipseElement must be primary interface of ellipse
1705 PASS Stringification of ellipse 1705 PASS Stringification of ellipse
1706 PASS SVGEllipseElement interface: ellipse must inherit property "cx" with the pr oper type (0) 1706 PASS SVGEllipseElement interface: ellipse must inherit property "cx" with the pr oper type (0)
1707 PASS SVGEllipseElement interface: ellipse must inherit property "cy" with the pr oper type (1) 1707 PASS SVGEllipseElement interface: ellipse must inherit property "cy" with the pr oper type (1)
1708 PASS SVGEllipseElement interface: ellipse must inherit property "rx" with the pr oper type (2) 1708 PASS SVGEllipseElement interface: ellipse must inherit property "rx" with the pr oper type (2)
1709 PASS SVGEllipseElement interface: ellipse must inherit property "ry" with the pr oper type (3) 1709 PASS SVGEllipseElement interface: ellipse must inherit property "ry" with the pr oper type (3)
1710 FAIL SVGGeometryElement interface: ellipse must inherit property "pathLength" wi th the proper type (0) assert_inherits: property "pathLength" not found in proto type chain 1710 PASS SVGGeometryElement interface: ellipse must inherit property "pathLength" wi th the proper type (0)
1711 PASS SVGGeometryElement interface: ellipse must inherit property "isPointInFill" with the proper type (1) 1711 PASS SVGGeometryElement interface: ellipse must inherit property "isPointInFill" with the proper type (1)
1712 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on ellipse wi th too few arguments must throw TypeError 1712 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on ellipse wi th too few arguments must throw TypeError
1713 PASS SVGGeometryElement interface: ellipse must inherit property "isPointInStrok e" with the proper type (2) 1713 PASS SVGGeometryElement interface: ellipse must inherit property "isPointInStrok e" with the proper type (2)
1714 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on ellipse with too few arguments must throw TypeError 1714 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on ellipse with too few arguments must throw TypeError
1715 PASS SVGGeometryElement interface: ellipse must inherit property "getTotalLength " with the proper type (3) 1715 PASS SVGGeometryElement interface: ellipse must inherit property "getTotalLength " with the proper type (3)
1716 PASS SVGGeometryElement interface: ellipse must inherit property "getPointAtLeng th" with the proper type (4) 1716 PASS SVGGeometryElement interface: ellipse must inherit property "getPointAtLeng th" with the proper type (4)
1717 PASS SVGGeometryElement interface: calling getPointAtLength(float) on ellipse wi th too few arguments must throw TypeError 1717 PASS SVGGeometryElement interface: calling getPointAtLength(float) on ellipse wi th too few arguments must throw TypeError
1718 PASS SVGGraphicsElement interface: ellipse must inherit property "transform" wit h the proper type (0) 1718 PASS SVGGraphicsElement interface: ellipse must inherit property "transform" wit h the proper type (0)
1719 PASS SVGGraphicsElement interface: ellipse must inherit property "getBBox" with the proper type (1) 1719 PASS SVGGraphicsElement interface: ellipse must inherit property "getBBox" with the proper type (1)
1720 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on ell ipse with too few arguments must throw TypeError 1720 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on ell ipse with too few arguments must throw TypeError
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1800 PASS SVGLineElement interface: attribute x1 1800 PASS SVGLineElement interface: attribute x1
1801 PASS SVGLineElement interface: attribute y1 1801 PASS SVGLineElement interface: attribute y1
1802 PASS SVGLineElement interface: attribute x2 1802 PASS SVGLineElement interface: attribute x2
1803 PASS SVGLineElement interface: attribute y2 1803 PASS SVGLineElement interface: attribute y2
1804 PASS SVGLineElement must be primary interface of line 1804 PASS SVGLineElement must be primary interface of line
1805 PASS Stringification of line 1805 PASS Stringification of line
1806 PASS SVGLineElement interface: line must inherit property "x1" with the proper t ype (0) 1806 PASS SVGLineElement interface: line must inherit property "x1" with the proper t ype (0)
1807 PASS SVGLineElement interface: line must inherit property "y1" with the proper t ype (1) 1807 PASS SVGLineElement interface: line must inherit property "y1" with the proper t ype (1)
1808 PASS SVGLineElement interface: line must inherit property "x2" with the proper t ype (2) 1808 PASS SVGLineElement interface: line must inherit property "x2" with the proper t ype (2)
1809 PASS SVGLineElement interface: line must inherit property "y2" with the proper t ype (3) 1809 PASS SVGLineElement interface: line must inherit property "y2" with the proper t ype (3)
1810 FAIL SVGGeometryElement interface: line must inherit property "pathLength" with the proper type (0) assert_inherits: property "pathLength" not found in prototyp e chain 1810 PASS SVGGeometryElement interface: line must inherit property "pathLength" with the proper type (0)
1811 PASS SVGGeometryElement interface: line must inherit property "isPointInFill" wi th the proper type (1) 1811 PASS SVGGeometryElement interface: line must inherit property "isPointInFill" wi th the proper type (1)
1812 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on line with too few arguments must throw TypeError 1812 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on line with too few arguments must throw TypeError
1813 PASS SVGGeometryElement interface: line must inherit property "isPointInStroke" with the proper type (2) 1813 PASS SVGGeometryElement interface: line must inherit property "isPointInStroke" with the proper type (2)
1814 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on line wit h too few arguments must throw TypeError 1814 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on line wit h too few arguments must throw TypeError
1815 PASS SVGGeometryElement interface: line must inherit property "getTotalLength" w ith the proper type (3) 1815 PASS SVGGeometryElement interface: line must inherit property "getTotalLength" w ith the proper type (3)
1816 PASS SVGGeometryElement interface: line must inherit property "getPointAtLength" with the proper type (4) 1816 PASS SVGGeometryElement interface: line must inherit property "getPointAtLength" with the proper type (4)
1817 PASS SVGGeometryElement interface: calling getPointAtLength(float) on line with too few arguments must throw TypeError 1817 PASS SVGGeometryElement interface: calling getPointAtLength(float) on line with too few arguments must throw TypeError
1818 PASS SVGGraphicsElement interface: line must inherit property "transform" with t he proper type (0) 1818 PASS SVGGraphicsElement interface: line must inherit property "transform" with t he proper type (0)
1819 PASS SVGGraphicsElement interface: line must inherit property "getBBox" with the proper type (1) 1819 PASS SVGGraphicsElement interface: line must inherit property "getBBox" with the proper type (1)
1820 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on lin e with too few arguments must throw TypeError 1820 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on lin e with too few arguments must throw TypeError
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 PASS SVGPolylineElement interface object length 1927 PASS SVGPolylineElement interface object length
1928 PASS SVGPolylineElement interface object name 1928 PASS SVGPolylineElement interface object name
1929 FAIL SVGPolylineElement interface: existence and properties of interface prototy pe object assert_equals: class string of SVGPolylineElement.prototype expected " [object SVGPolylineElementPrototype]" but got "[object SVGPolylineElement]" 1929 FAIL SVGPolylineElement interface: existence and properties of interface prototy pe object assert_equals: class string of SVGPolylineElement.prototype expected " [object SVGPolylineElementPrototype]" but got "[object SVGPolylineElement]"
1930 PASS SVGPolylineElement interface: existence and properties of interface prototy pe object's "constructor" property 1930 PASS SVGPolylineElement interface: existence and properties of interface prototy pe object's "constructor" property
1931 PASS SVGPolylineElement interface: attribute points 1931 PASS SVGPolylineElement interface: attribute points
1932 PASS SVGPolylineElement interface: attribute animatedPoints 1932 PASS SVGPolylineElement interface: attribute animatedPoints
1933 PASS SVGPolylineElement must be primary interface of polyline 1933 PASS SVGPolylineElement must be primary interface of polyline
1934 PASS Stringification of polyline 1934 PASS Stringification of polyline
1935 PASS SVGPolylineElement interface: polyline must inherit property "points" with the proper type (0) 1935 PASS SVGPolylineElement interface: polyline must inherit property "points" with the proper type (0)
1936 PASS SVGPolylineElement interface: polyline must inherit property "animatedPoint s" with the proper type (1) 1936 PASS SVGPolylineElement interface: polyline must inherit property "animatedPoint s" with the proper type (1)
1937 FAIL SVGGeometryElement interface: polyline must inherit property "pathLength" w ith the proper type (0) assert_inherits: property "pathLength" not found in prot otype chain 1937 PASS SVGGeometryElement interface: polyline must inherit property "pathLength" w ith the proper type (0)
1938 PASS SVGGeometryElement interface: polyline must inherit property "isPointInFill " with the proper type (1) 1938 PASS SVGGeometryElement interface: polyline must inherit property "isPointInFill " with the proper type (1)
1939 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on polyline w ith too few arguments must throw TypeError 1939 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on polyline w ith too few arguments must throw TypeError
1940 PASS SVGGeometryElement interface: polyline must inherit property "isPointInStro ke" with the proper type (2) 1940 PASS SVGGeometryElement interface: polyline must inherit property "isPointInStro ke" with the proper type (2)
1941 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on polyline with too few arguments must throw TypeError 1941 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on polyline with too few arguments must throw TypeError
1942 PASS SVGGeometryElement interface: polyline must inherit property "getTotalLengt h" with the proper type (3) 1942 PASS SVGGeometryElement interface: polyline must inherit property "getTotalLengt h" with the proper type (3)
1943 PASS SVGGeometryElement interface: polyline must inherit property "getPointAtLen gth" with the proper type (4) 1943 PASS SVGGeometryElement interface: polyline must inherit property "getPointAtLen gth" with the proper type (4)
1944 PASS SVGGeometryElement interface: calling getPointAtLength(float) on polyline w ith too few arguments must throw TypeError 1944 PASS SVGGeometryElement interface: calling getPointAtLength(float) on polyline w ith too few arguments must throw TypeError
1945 PASS SVGGraphicsElement interface: polyline must inherit property "transform" wi th the proper type (0) 1945 PASS SVGGraphicsElement interface: polyline must inherit property "transform" wi th the proper type (0)
1946 PASS SVGGraphicsElement interface: polyline must inherit property "getBBox" with the proper type (1) 1946 PASS SVGGraphicsElement interface: polyline must inherit property "getBBox" with the proper type (1)
1947 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on pol yline with too few arguments must throw TypeError 1947 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on pol yline with too few arguments must throw TypeError
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 PASS SVGPolygonElement interface object length 2023 PASS SVGPolygonElement interface object length
2024 PASS SVGPolygonElement interface object name 2024 PASS SVGPolygonElement interface object name
2025 FAIL SVGPolygonElement interface: existence and properties of interface prototyp e object assert_equals: class string of SVGPolygonElement.prototype expected "[o bject SVGPolygonElementPrototype]" but got "[object SVGPolygonElement]" 2025 FAIL SVGPolygonElement interface: existence and properties of interface prototyp e object assert_equals: class string of SVGPolygonElement.prototype expected "[o bject SVGPolygonElementPrototype]" but got "[object SVGPolygonElement]"
2026 PASS SVGPolygonElement interface: existence and properties of interface prototyp e object's "constructor" property 2026 PASS SVGPolygonElement interface: existence and properties of interface prototyp e object's "constructor" property
2027 PASS SVGPolygonElement interface: attribute points 2027 PASS SVGPolygonElement interface: attribute points
2028 PASS SVGPolygonElement interface: attribute animatedPoints 2028 PASS SVGPolygonElement interface: attribute animatedPoints
2029 PASS SVGPolygonElement must be primary interface of polygon 2029 PASS SVGPolygonElement must be primary interface of polygon
2030 PASS Stringification of polygon 2030 PASS Stringification of polygon
2031 PASS SVGPolygonElement interface: polygon must inherit property "points" with th e proper type (0) 2031 PASS SVGPolygonElement interface: polygon must inherit property "points" with th e proper type (0)
2032 PASS SVGPolygonElement interface: polygon must inherit property "animatedPoints" with the proper type (1) 2032 PASS SVGPolygonElement interface: polygon must inherit property "animatedPoints" with the proper type (1)
2033 FAIL SVGGeometryElement interface: polygon must inherit property "pathLength" wi th the proper type (0) assert_inherits: property "pathLength" not found in proto type chain 2033 PASS SVGGeometryElement interface: polygon must inherit property "pathLength" wi th the proper type (0)
2034 PASS SVGGeometryElement interface: polygon must inherit property "isPointInFill" with the proper type (1) 2034 PASS SVGGeometryElement interface: polygon must inherit property "isPointInFill" with the proper type (1)
2035 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on polygon wi th too few arguments must throw TypeError 2035 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on polygon wi th too few arguments must throw TypeError
2036 PASS SVGGeometryElement interface: polygon must inherit property "isPointInStrok e" with the proper type (2) 2036 PASS SVGGeometryElement interface: polygon must inherit property "isPointInStrok e" with the proper type (2)
2037 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on polygon with too few arguments must throw TypeError 2037 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on polygon with too few arguments must throw TypeError
2038 PASS SVGGeometryElement interface: polygon must inherit property "getTotalLength " with the proper type (3) 2038 PASS SVGGeometryElement interface: polygon must inherit property "getTotalLength " with the proper type (3)
2039 PASS SVGGeometryElement interface: polygon must inherit property "getPointAtLeng th" with the proper type (4) 2039 PASS SVGGeometryElement interface: polygon must inherit property "getPointAtLeng th" with the proper type (4)
2040 PASS SVGGeometryElement interface: calling getPointAtLength(float) on polygon wi th too few arguments must throw TypeError 2040 PASS SVGGeometryElement interface: calling getPointAtLength(float) on polygon wi th too few arguments must throw TypeError
2041 PASS SVGGraphicsElement interface: polygon must inherit property "transform" wit h the proper type (0) 2041 PASS SVGGraphicsElement interface: polygon must inherit property "transform" wit h the proper type (0)
2042 PASS SVGGraphicsElement interface: polygon must inherit property "getBBox" with the proper type (1) 2042 PASS SVGGraphicsElement interface: polygon must inherit property "getBBox" with the proper type (1)
2043 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on pol ygon with too few arguments must throw TypeError 2043 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on pol ygon with too few arguments must throw TypeError
(...skipping 4054 matching lines...) Expand 10 before | Expand all | Expand 10 after
6098 FAIL SVGElement interface: feTurbulence must inherit property "onsort" with the proper type (62) assert_inherits: property "onsort" not found in prototype chain 6098 FAIL SVGElement interface: feTurbulence must inherit property "onsort" with the proper type (62) assert_inherits: property "onsort" not found in prototype chain
6099 PASS SVGElement interface: feTurbulence must inherit property "onstalled" with t he proper type (63) 6099 PASS SVGElement interface: feTurbulence must inherit property "onstalled" with t he proper type (63)
6100 PASS SVGElement interface: feTurbulence must inherit property "onsubmit" with th e proper type (64) 6100 PASS SVGElement interface: feTurbulence must inherit property "onsubmit" with th e proper type (64)
6101 PASS SVGElement interface: feTurbulence must inherit property "onsuspend" with t he proper type (65) 6101 PASS SVGElement interface: feTurbulence must inherit property "onsuspend" with t he proper type (65)
6102 PASS SVGElement interface: feTurbulence must inherit property "ontimeupdate" wit h the proper type (66) 6102 PASS SVGElement interface: feTurbulence must inherit property "ontimeupdate" wit h the proper type (66)
6103 PASS SVGElement interface: feTurbulence must inherit property "ontoggle" with th e proper type (67) 6103 PASS SVGElement interface: feTurbulence must inherit property "ontoggle" with th e proper type (67)
6104 PASS SVGElement interface: feTurbulence must inherit property "onvolumechange" w ith the proper type (68) 6104 PASS SVGElement interface: feTurbulence must inherit property "onvolumechange" w ith the proper type (68)
6105 PASS SVGElement interface: feTurbulence must inherit property "onwaiting" with t he proper type (69) 6105 PASS SVGElement interface: feTurbulence must inherit property "onwaiting" with t he proper type (69)
6106 Harness: the test ran to completion. 6106 Harness: the test ran to completion.
6107 6107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698