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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: operation isPointInFill(DOMPoint) 35 PASS SVGGeometryElement interface: operation isPointInFill(DOMPoint)
35 PASS SVGGeometryElement interface: operation isPointInStroke(DOMPoint) 36 PASS SVGGeometryElement interface: operation isPointInStroke(DOMPoint)
37 PASS SVGGeometryElement interface: operation getTotalLength()
38 PASS SVGGeometryElement interface: operation getPointAtLength(float)
36 PASS SVGNumber interface: existence and properties of interface object 39 PASS SVGNumber interface: existence and properties of interface object
37 PASS SVGNumber interface object length 40 PASS SVGNumber interface object length
38 PASS SVGNumber interface object name 41 PASS SVGNumber interface object name
39 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]"
40 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
41 PASS SVGNumber interface: attribute value 44 PASS SVGNumber interface: attribute value
42 PASS SVGNumber must be primary interface of svg.createSVGNumber() 45 PASS SVGNumber must be primary interface of svg.createSVGNumber()
43 PASS Stringification of svg.createSVGNumber() 46 PASS Stringification of svg.createSVGNumber()
44 PASS SVGNumber interface: svg.createSVGNumber() must inherit property "value" wi th the proper type (0) 47 PASS SVGNumber interface: svg.createSVGNumber() must inherit property "value" wi th the proper type (0)
45 PASS SVGLength interface: existence and properties of interface object 48 PASS SVGLength interface: existence and properties of interface object
(...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 PASS SVGAnimatedPreserveAspectRatio interface: attribute animVal 1396 PASS SVGAnimatedPreserveAspectRatio interface: attribute animVal
1394 PASS SVGAnimatedPreserveAspectRatio must be primary interface of image.preserveA spectRatio 1397 PASS SVGAnimatedPreserveAspectRatio must be primary interface of image.preserveA spectRatio
1395 PASS Stringification of image.preserveAspectRatio 1398 PASS Stringification of image.preserveAspectRatio
1396 PASS SVGAnimatedPreserveAspectRatio interface: image.preserveAspectRatio must in herit property "baseVal" with the proper type (0) 1399 PASS SVGAnimatedPreserveAspectRatio interface: image.preserveAspectRatio must in herit property "baseVal" with the proper type (0)
1397 PASS SVGAnimatedPreserveAspectRatio interface: image.preserveAspectRatio must in herit property "animVal" with the proper type (1) 1400 PASS SVGAnimatedPreserveAspectRatio interface: image.preserveAspectRatio must in herit property "animVal" with the proper type (1)
1398 PASS SVGPathElement interface: existence and properties of interface object 1401 PASS SVGPathElement interface: existence and properties of interface object
1399 PASS SVGPathElement interface object length 1402 PASS SVGPathElement interface object length
1400 PASS SVGPathElement interface object name 1403 PASS SVGPathElement interface object name
1401 FAIL SVGPathElement interface: existence and properties of interface prototype o bject assert_equals: class string of SVGPathElement.prototype expected "[object SVGPathElementPrototype]" but got "[object SVGPathElement]" 1404 FAIL SVGPathElement interface: existence and properties of interface prototype o bject assert_equals: class string of SVGPathElement.prototype expected "[object SVGPathElementPrototype]" but got "[object SVGPathElement]"
1402 PASS SVGPathElement interface: existence and properties of interface prototype o bject's "constructor" property 1405 PASS SVGPathElement interface: existence and properties of interface prototype o bject's "constructor" property
1403 PASS SVGPathElement interface: attribute pathLength
1404 FAIL SVGPathElement interface: operation getTotalLength() assert_own_property: i nterface prototype object missing non-static operation expected property "getTot alLength" missing
1405 FAIL SVGPathElement interface: operation getPointAtLength(float) assert_own_prop erty: interface prototype object missing non-static operation expected property "getPointAtLength" missing
1406 PASS SVGPathElement must be primary interface of path 1406 PASS SVGPathElement must be primary interface of path
1407 PASS Stringification of path 1407 PASS Stringification of path
1408 PASS SVGPathElement interface: path must inherit property "pathLength" with the proper type (0) 1408 PASS SVGGeometryElement interface: path must inherit property "pathLength" with the proper type (0)
1409 PASS SVGPathElement interface: path must inherit property "getTotalLength" with the proper type (1) 1409 PASS SVGGeometryElement interface: path must inherit property "isPointInFill" wi th the proper type (1)
1410 PASS SVGPathElement interface: path must inherit property "getPointAtLength" wit h the proper type (2)
1411 PASS SVGPathElement interface: calling getPointAtLength(float) on path with too few arguments must throw TypeError
1412 PASS SVGGeometryElement interface: path must inherit property "isPointInFill" wi th the proper type (0)
1413 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on path with too few arguments must throw TypeError 1410 PASS SVGGeometryElement interface: calling isPointInFill(DOMPoint) on path with too few arguments must throw TypeError
1414 PASS SVGGeometryElement interface: path must inherit property "isPointInStroke" with the proper type (1) 1411 PASS SVGGeometryElement interface: path must inherit property "isPointInStroke" with the proper type (2)
1415 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on path wit h too few arguments must throw TypeError 1412 PASS SVGGeometryElement interface: calling isPointInStroke(DOMPoint) on path wit h too few arguments must throw TypeError
1413 PASS SVGGeometryElement interface: path must inherit property "getTotalLength" w ith the proper type (3)
1414 PASS SVGGeometryElement interface: path must inherit property "getPointAtLength" with the proper type (4)
1415 PASS SVGGeometryElement interface: calling getPointAtLength(float) on path with too few arguments must throw TypeError
1416 PASS SVGGraphicsElement interface: path must inherit property "transform" with t he proper type (0) 1416 PASS SVGGraphicsElement interface: path must inherit property "transform" with t he proper type (0)
1417 PASS SVGGraphicsElement interface: path must inherit property "getBBox" with the proper type (1) 1417 PASS SVGGraphicsElement interface: path must inherit property "getBBox" with the proper type (1)
1418 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on pat h with too few arguments must throw TypeError 1418 PASS SVGGraphicsElement interface: calling getBBox(SVGBoundingBoxOptions) on pat h with too few arguments must throw TypeError
1419 PASS SVGGraphicsElement interface: path must inherit property "getCTM" with the proper type (2) 1419 PASS SVGGraphicsElement interface: path must inherit property "getCTM" with the proper type (2)
1420 PASS SVGGraphicsElement interface: path must inherit property "getScreenCTM" wit h the proper type (3) 1420 PASS SVGGraphicsElement interface: path must inherit property "getScreenCTM" wit h the proper type (3)
1421 PASS SVGGraphicsElement interface: path must inherit property "requiredExtension s" with the proper type (4) 1421 PASS SVGGraphicsElement interface: path must inherit property "requiredExtension s" with the proper type (4)
1422 PASS SVGGraphicsElement interface: path must inherit property "systemLanguage" w ith the proper type (5) 1422 PASS SVGGraphicsElement interface: path must inherit property "systemLanguage" w ith the proper type (5)
1423 PASS SVGElement interface: path must inherit property "className" with the prope r type (0) 1423 PASS SVGElement interface: path must inherit property "className" with the prope r type (0)
1424 PASS SVGElement interface: path must inherit property "dataset" with the proper type (1) 1424 PASS SVGElement interface: path must inherit property "dataset" with the proper type (1)
1425 PASS SVGElement interface: path must inherit property "ownerSVGElement" with the proper type (2) 1425 PASS SVGElement interface: path must inherit property "ownerSVGElement" with the proper type (2)
(...skipping 76 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 PASS SVGGeometryElement interface: rect must inherit property "isPointInFill" wi th the proper type (0) 1512 FAIL SVGGeometryElement interface: rect must inherit property "pathLength" with the proper type (0) assert_inherits: property "pathLength" not found in prototyp e chain
1513 PASS SVGGeometryElement interface: rect must inherit property "isPointInFill" wi th the proper type (1)
1513 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
1514 PASS SVGGeometryElement interface: rect must inherit property "isPointInStroke" with the proper type (1) 1515 PASS SVGGeometryElement interface: rect must inherit property "isPointInStroke" with the proper type (2)
1515 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)
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
1516 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)
1517 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)
1518 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
1519 PASS SVGGraphicsElement interface: rect must inherit property "getCTM" with the proper type (2) 1523 PASS SVGGraphicsElement interface: rect must inherit property "getCTM" with the proper type (2)
1520 PASS SVGGraphicsElement interface: rect must inherit property "getScreenCTM" wit h the proper type (3) 1524 PASS SVGGraphicsElement interface: rect must inherit property "getScreenCTM" wit h the proper type (3)
1521 PASS SVGGraphicsElement interface: rect must inherit property "requiredExtension s" with the proper type (4) 1525 PASS SVGGraphicsElement interface: rect must inherit property "requiredExtension s" with the proper type (4)
1522 PASS SVGGraphicsElement interface: rect must inherit property "systemLanguage" w ith the proper type (5) 1526 PASS SVGGraphicsElement interface: rect must inherit property "systemLanguage" w ith the proper type (5)
1523 PASS SVGElement interface: rect must inherit property "className" with the prope r type (0) 1527 PASS SVGElement interface: rect must inherit property "className" with the prope r type (0)
1524 PASS SVGElement interface: rect must inherit property "dataset" with the proper type (1) 1528 PASS SVGElement interface: rect must inherit property "dataset" with the proper type (1)
1525 PASS SVGElement interface: rect must inherit property "ownerSVGElement" with the proper type (2) 1529 PASS SVGElement interface: rect must inherit property "ownerSVGElement" with the proper type (2)
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 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]"
1597 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
1598 PASS SVGCircleElement interface: attribute cx 1602 PASS SVGCircleElement interface: attribute cx
1599 PASS SVGCircleElement interface: attribute cy 1603 PASS SVGCircleElement interface: attribute cy
1600 PASS SVGCircleElement interface: attribute r 1604 PASS SVGCircleElement interface: attribute r
1601 PASS SVGCircleElement must be primary interface of circle 1605 PASS SVGCircleElement must be primary interface of circle
1602 PASS Stringification of circle 1606 PASS Stringification of circle
1603 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)
1604 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)
1605 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)
1606 PASS SVGGeometryElement interface: circle must inherit property "isPointInFill" with the proper type (0) 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
1611 PASS SVGGeometryElement interface: circle must inherit property "isPointInFill" with the proper type (1)
1607 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
1608 PASS SVGGeometryElement interface: circle must inherit property "isPointInStroke " with the proper type (1) 1613 PASS SVGGeometryElement interface: circle must inherit property "isPointInStroke " with the proper type (2)
1609 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)
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
1610 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)
1611 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)
1612 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
1613 PASS SVGGraphicsElement interface: circle must inherit property "getCTM" with th e proper type (2) 1621 PASS SVGGraphicsElement interface: circle must inherit property "getCTM" with th e proper type (2)
1614 PASS SVGGraphicsElement interface: circle must inherit property "getScreenCTM" w ith the proper type (3) 1622 PASS SVGGraphicsElement interface: circle must inherit property "getScreenCTM" w ith the proper type (3)
1615 PASS SVGGraphicsElement interface: circle must inherit property "requiredExtensi ons" with the proper type (4) 1623 PASS SVGGraphicsElement interface: circle must inherit property "requiredExtensi ons" with the proper type (4)
1616 PASS SVGGraphicsElement interface: circle must inherit property "systemLanguage" with the proper type (5) 1624 PASS SVGGraphicsElement interface: circle must inherit property "systemLanguage" with the proper type (5)
1617 PASS SVGElement interface: circle must inherit property "className" with the pro per type (0) 1625 PASS SVGElement interface: circle must inherit property "className" with the pro per type (0)
1618 PASS SVGElement interface: circle must inherit property "dataset" with the prope r type (1) 1626 PASS SVGElement interface: circle must inherit property "dataset" with the prope r type (1)
1619 PASS SVGElement interface: circle must inherit property "ownerSVGElement" with t he proper type (2) 1627 PASS SVGElement interface: circle must inherit property "ownerSVGElement" with t he proper type (2)
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1692 PASS SVGEllipseElement interface: attribute cx 1700 PASS SVGEllipseElement interface: attribute cx
1693 PASS SVGEllipseElement interface: attribute cy 1701 PASS SVGEllipseElement interface: attribute cy
1694 PASS SVGEllipseElement interface: attribute rx 1702 PASS SVGEllipseElement interface: attribute rx
1695 PASS SVGEllipseElement interface: attribute ry 1703 PASS SVGEllipseElement interface: attribute ry
1696 PASS SVGEllipseElement must be primary interface of ellipse 1704 PASS SVGEllipseElement must be primary interface of ellipse
1697 PASS Stringification of ellipse 1705 PASS Stringification of ellipse
1698 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)
1699 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)
1700 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)
1701 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)
1702 PASS SVGGeometryElement interface: ellipse must inherit property "isPointInFill" with the proper type (0) 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
1711 PASS SVGGeometryElement interface: ellipse must inherit property "isPointInFill" with the proper type (1)
1703 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
1704 PASS SVGGeometryElement interface: ellipse must inherit property "isPointInStrok e" with the proper type (1) 1713 PASS SVGGeometryElement interface: ellipse must inherit property "isPointInStrok e" with the proper type (2)
1705 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)
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
1706 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)
1707 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)
1708 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
1709 PASS SVGGraphicsElement interface: ellipse must inherit property "getCTM" with t he proper type (2) 1721 PASS SVGGraphicsElement interface: ellipse must inherit property "getCTM" with t he proper type (2)
1710 PASS SVGGraphicsElement interface: ellipse must inherit property "getScreenCTM" with the proper type (3) 1722 PASS SVGGraphicsElement interface: ellipse must inherit property "getScreenCTM" with the proper type (3)
1711 PASS SVGGraphicsElement interface: ellipse must inherit property "requiredExtens ions" with the proper type (4) 1723 PASS SVGGraphicsElement interface: ellipse must inherit property "requiredExtens ions" with the proper type (4)
1712 PASS SVGGraphicsElement interface: ellipse must inherit property "systemLanguage " with the proper type (5) 1724 PASS SVGGraphicsElement interface: ellipse must inherit property "systemLanguage " with the proper type (5)
1713 PASS SVGElement interface: ellipse must inherit property "className" with the pr oper type (0) 1725 PASS SVGElement interface: ellipse must inherit property "className" with the pr oper type (0)
1714 PASS SVGElement interface: ellipse must inherit property "dataset" with the prop er type (1) 1726 PASS SVGElement interface: ellipse must inherit property "dataset" with the prop er type (1)
1715 PASS SVGElement interface: ellipse must inherit property "ownerSVGElement" with the proper type (2) 1727 PASS SVGElement interface: ellipse must inherit property "ownerSVGElement" with the proper type (2)
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1788 PASS SVGLineElement interface: attribute x1 1800 PASS SVGLineElement interface: attribute x1
1789 PASS SVGLineElement interface: attribute y1 1801 PASS SVGLineElement interface: attribute y1
1790 PASS SVGLineElement interface: attribute x2 1802 PASS SVGLineElement interface: attribute x2
1791 PASS SVGLineElement interface: attribute y2 1803 PASS SVGLineElement interface: attribute y2
1792 PASS SVGLineElement must be primary interface of line 1804 PASS SVGLineElement must be primary interface of line
1793 PASS Stringification of line 1805 PASS Stringification of line
1794 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)
1795 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)
1796 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)
1797 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)
1798 PASS SVGGeometryElement interface: line must inherit property "isPointInFill" wi th the proper type (0) 1810 FAIL SVGGeometryElement interface: line must inherit property "pathLength" with the proper type (0) assert_inherits: property "pathLength" not found in prototyp e chain
1811 PASS SVGGeometryElement interface: line must inherit property "isPointInFill" wi th the proper type (1)
1799 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
1800 PASS SVGGeometryElement interface: line must inherit property "isPointInStroke" with the proper type (1) 1813 PASS SVGGeometryElement interface: line must inherit property "isPointInStroke" with the proper type (2)
1801 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)
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
1802 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)
1803 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)
1804 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
1805 PASS SVGGraphicsElement interface: line must inherit property "getCTM" with the proper type (2) 1821 PASS SVGGraphicsElement interface: line must inherit property "getCTM" with the proper type (2)
1806 PASS SVGGraphicsElement interface: line must inherit property "getScreenCTM" wit h the proper type (3) 1822 PASS SVGGraphicsElement interface: line must inherit property "getScreenCTM" wit h the proper type (3)
1807 PASS SVGGraphicsElement interface: line must inherit property "requiredExtension s" with the proper type (4) 1823 PASS SVGGraphicsElement interface: line must inherit property "requiredExtension s" with the proper type (4)
1808 PASS SVGGraphicsElement interface: line must inherit property "systemLanguage" w ith the proper type (5) 1824 PASS SVGGraphicsElement interface: line must inherit property "systemLanguage" w ith the proper type (5)
1809 PASS SVGElement interface: line must inherit property "className" with the prope r type (0) 1825 PASS SVGElement interface: line must inherit property "className" with the prope r type (0)
1810 PASS SVGElement interface: line must inherit property "dataset" with the proper type (1) 1826 PASS SVGElement interface: line must inherit property "dataset" with the proper type (1)
1811 PASS SVGElement interface: line must inherit property "ownerSVGElement" with the proper type (2) 1827 PASS SVGElement interface: line must inherit property "ownerSVGElement" with the proper type (2)
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1911 PASS SVGPolylineElement interface object length 1927 PASS SVGPolylineElement interface object length
1912 PASS SVGPolylineElement interface object name 1928 PASS SVGPolylineElement interface object name
1913 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]"
1914 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
1915 PASS SVGPolylineElement interface: attribute points 1931 PASS SVGPolylineElement interface: attribute points
1916 PASS SVGPolylineElement interface: attribute animatedPoints 1932 PASS SVGPolylineElement interface: attribute animatedPoints
1917 PASS SVGPolylineElement must be primary interface of polyline 1933 PASS SVGPolylineElement must be primary interface of polyline
1918 PASS Stringification of polyline 1934 PASS Stringification of polyline
1919 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)
1920 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)
1921 PASS SVGGeometryElement interface: polyline must inherit property "isPointInFill " with the proper type (0) 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
1938 PASS SVGGeometryElement interface: polyline must inherit property "isPointInFill " with the proper type (1)
1922 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
1923 PASS SVGGeometryElement interface: polyline must inherit property "isPointInStro ke" with the proper type (1) 1940 PASS SVGGeometryElement interface: polyline must inherit property "isPointInStro ke" with the proper type (2)
1924 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)
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
1925 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)
1926 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)
1927 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
1928 PASS SVGGraphicsElement interface: polyline must inherit property "getCTM" with the proper type (2) 1948 PASS SVGGraphicsElement interface: polyline must inherit property "getCTM" with the proper type (2)
1929 PASS SVGGraphicsElement interface: polyline must inherit property "getScreenCTM" with the proper type (3) 1949 PASS SVGGraphicsElement interface: polyline must inherit property "getScreenCTM" with the proper type (3)
1930 PASS SVGGraphicsElement interface: polyline must inherit property "requiredExten sions" with the proper type (4) 1950 PASS SVGGraphicsElement interface: polyline must inherit property "requiredExten sions" with the proper type (4)
1931 PASS SVGGraphicsElement interface: polyline must inherit property "systemLanguag e" with the proper type (5) 1951 PASS SVGGraphicsElement interface: polyline must inherit property "systemLanguag e" with the proper type (5)
1932 PASS SVGElement interface: polyline must inherit property "className" with the p roper type (0) 1952 PASS SVGElement interface: polyline must inherit property "className" with the p roper type (0)
1933 PASS SVGElement interface: polyline must inherit property "dataset" with the pro per type (1) 1953 PASS SVGElement interface: polyline must inherit property "dataset" with the pro per type (1)
1934 PASS SVGElement interface: polyline must inherit property "ownerSVGElement" with the proper type (2) 1954 PASS SVGElement interface: polyline must inherit property "ownerSVGElement" with the proper type (2)
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 PASS SVGPolygonElement interface object length 2023 PASS SVGPolygonElement interface object length
2004 PASS SVGPolygonElement interface object name 2024 PASS SVGPolygonElement interface object name
2005 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]"
2006 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
2007 PASS SVGPolygonElement interface: attribute points 2027 PASS SVGPolygonElement interface: attribute points
2008 PASS SVGPolygonElement interface: attribute animatedPoints 2028 PASS SVGPolygonElement interface: attribute animatedPoints
2009 PASS SVGPolygonElement must be primary interface of polygon 2029 PASS SVGPolygonElement must be primary interface of polygon
2010 PASS Stringification of polygon 2030 PASS Stringification of polygon
2011 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)
2012 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)
2013 PASS SVGGeometryElement interface: polygon must inherit property "isPointInFill" with the proper type (0) 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
2034 PASS SVGGeometryElement interface: polygon must inherit property "isPointInFill" with the proper type (1)
2014 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
2015 PASS SVGGeometryElement interface: polygon must inherit property "isPointInStrok e" with the proper type (1) 2036 PASS SVGGeometryElement interface: polygon must inherit property "isPointInStrok e" with the proper type (2)
2016 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)
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
2017 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)
2018 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)
2019 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
2020 PASS SVGGraphicsElement interface: polygon must inherit property "getCTM" with t he proper type (2) 2044 PASS SVGGraphicsElement interface: polygon must inherit property "getCTM" with t he proper type (2)
2021 PASS SVGGraphicsElement interface: polygon must inherit property "getScreenCTM" with the proper type (3) 2045 PASS SVGGraphicsElement interface: polygon must inherit property "getScreenCTM" with the proper type (3)
2022 PASS SVGGraphicsElement interface: polygon must inherit property "requiredExtens ions" with the proper type (4) 2046 PASS SVGGraphicsElement interface: polygon must inherit property "requiredExtens ions" with the proper type (4)
2023 PASS SVGGraphicsElement interface: polygon must inherit property "systemLanguage " with the proper type (5) 2047 PASS SVGGraphicsElement interface: polygon must inherit property "systemLanguage " with the proper type (5)
2024 PASS SVGElement interface: polygon must inherit property "className" with the pr oper type (0) 2048 PASS SVGElement interface: polygon must inherit property "className" with the pr oper type (0)
2025 PASS SVGElement interface: polygon must inherit property "dataset" with the prop er type (1) 2049 PASS SVGElement interface: polygon must inherit property "dataset" with the prop er type (1)
2026 PASS SVGElement interface: polygon must inherit property "ownerSVGElement" with the proper type (2) 2050 PASS SVGElement interface: polygon must inherit property "ownerSVGElement" with the proper type (2)
(...skipping 4047 matching lines...) Expand 10 before | Expand all | Expand 10 after
6074 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
6075 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)
6076 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)
6077 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)
6078 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)
6079 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)
6080 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)
6081 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)
6082 Harness: the test ran to completion. 6106 Harness: the test ran to completion.
6083 6107
OLDNEW
« 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