| 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 e25749f54633c48b94065de3f2479cb2af69940a..b519c23d18802a8fa74e1f28b143054687402705 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
|
| @@ -321,6 +321,17 @@ PASS SVGStringList interface: a.requiredFeatures must inherit property "removeIt
|
| PASS SVGStringList interface: calling removeItem(unsigned long) on a.requiredFeatures with too few arguments must throw TypeError
|
| PASS SVGStringList interface: a.requiredFeatures must inherit property "appendItem" with the proper type (8)
|
| PASS SVGStringList interface: calling appendItem(DOMString) on a.requiredFeatures with too few arguments must throw TypeError
|
| +PASS SVGUnitTypes interface: existence and properties of interface object
|
| +PASS SVGUnitTypes interface object length
|
| +PASS SVGUnitTypes interface object name
|
| +FAIL SVGUnitTypes interface: existence and properties of interface prototype object assert_equals: class string of SVGUnitTypes.prototype expected "[object SVGUnitTypesPrototype]" but got "[object SVGUnitTypes]"
|
| +PASS SVGUnitTypes interface: existence and properties of interface prototype object's "constructor" property
|
| +PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_UNKNOWN on interface object
|
| +PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_UNKNOWN on interface prototype object
|
| +PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface object
|
| +PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface prototype object
|
| +PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface object
|
| +PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface prototype object
|
| PASS SVGSVGElement interface: existence and properties of interface object
|
| PASS SVGSVGElement interface object length
|
| PASS SVGSVGElement interface object name
|
| @@ -2930,12 +2941,6 @@ PASS SVGGradientElement interface: attribute gradientUnits
|
| PASS SVGGradientElement interface: attribute gradientTransform
|
| PASS SVGGradientElement interface: attribute spreadMethod
|
| PASS SVGGradientElement interface: attribute href
|
| -FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface object assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" missing
|
| -FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" missing
|
| -FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface object assert_own_property: expected property "SVG_UNIT_TYPE_USERSPACEONUSE" missing
|
| -FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_USERSPACEONUSE" missing
|
| -FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface object assert_own_property: expected property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" missing
|
| -FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" missing
|
| PASS SVGLinearGradientElement interface: existence and properties of interface object
|
| PASS SVGLinearGradientElement interface object length
|
| PASS SVGLinearGradientElement interface object name
|
| @@ -2959,9 +2964,6 @@ PASS SVGGradientElement interface: linearGradient must inherit property "gradien
|
| PASS SVGGradientElement interface: linearGradient must inherit property "gradientTransform" with the proper type (5)
|
| PASS SVGGradientElement interface: linearGradient must inherit property "spreadMethod" with the proper type (6)
|
| PASS SVGGradientElement interface: linearGradient must inherit property "href" with the proper type (7)
|
| -FAIL SVGGradientElement interface: linearGradient must inherit property "SVG_UNIT_TYPE_UNKNOWN" with the proper type (8) assert_inherits: property "SVG_UNIT_TYPE_UNKNOWN" not found in prototype chain
|
| -FAIL SVGGradientElement interface: linearGradient must inherit property "SVG_UNIT_TYPE_USERSPACEONUSE" with the proper type (9) assert_inherits: property "SVG_UNIT_TYPE_USERSPACEONUSE" not found in prototype chain
|
| -FAIL SVGGradientElement interface: linearGradient must inherit property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" with the proper type (10) assert_inherits: property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" not found in prototype chain
|
| PASS SVGElement interface: linearGradient must inherit property "className" with the proper type (0)
|
| PASS SVGElement interface: linearGradient must inherit property "dataset" with the proper type (1)
|
| PASS SVGElement interface: linearGradient must inherit property "ownerSVGElement" with the proper type (2)
|
| @@ -3059,9 +3061,6 @@ PASS SVGGradientElement interface: radialGradient must inherit property "gradien
|
| PASS SVGGradientElement interface: radialGradient must inherit property "gradientTransform" with the proper type (5)
|
| PASS SVGGradientElement interface: radialGradient must inherit property "spreadMethod" with the proper type (6)
|
| PASS SVGGradientElement interface: radialGradient must inherit property "href" with the proper type (7)
|
| -FAIL SVGGradientElement interface: radialGradient must inherit property "SVG_UNIT_TYPE_UNKNOWN" with the proper type (8) assert_inherits: property "SVG_UNIT_TYPE_UNKNOWN" not found in prototype chain
|
| -FAIL SVGGradientElement interface: radialGradient must inherit property "SVG_UNIT_TYPE_USERSPACEONUSE" with the proper type (9) assert_inherits: property "SVG_UNIT_TYPE_USERSPACEONUSE" not found in prototype chain
|
| -FAIL SVGGradientElement interface: radialGradient must inherit property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" with the proper type (10) assert_inherits: property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" not found in prototype chain
|
| PASS SVGElement interface: radialGradient must inherit property "className" with the proper type (0)
|
| PASS SVGElement interface: radialGradient must inherit property "dataset" with the proper type (1)
|
| PASS SVGElement interface: radialGradient must inherit property "ownerSVGElement" with the proper type (2)
|
| @@ -3241,12 +3240,6 @@ PASS SVGPatternElement interface: attribute height
|
| PASS SVGPatternElement interface: attribute viewBox
|
| PASS SVGPatternElement interface: attribute preserveAspectRatio
|
| PASS SVGPatternElement interface: attribute href
|
| -FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface object assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" missing
|
| -FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" missing
|
| -FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface object assert_own_property: expected property "SVG_UNIT_TYPE_USERSPACEONUSE" missing
|
| -FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_USERSPACEONUSE" missing
|
| -FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface object assert_own_property: expected property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" missing
|
| -FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" missing
|
| PASS SVGPatternElement must be primary interface of pattern
|
| PASS Stringification of pattern
|
| PASS SVGPatternElement interface: pattern must inherit property "patternUnits" with the proper type (0)
|
| @@ -3259,9 +3252,6 @@ PASS SVGPatternElement interface: pattern must inherit property "height" with th
|
| PASS SVGPatternElement interface: pattern must inherit property "viewBox" with the proper type (7)
|
| PASS SVGPatternElement interface: pattern must inherit property "preserveAspectRatio" with the proper type (8)
|
| PASS SVGPatternElement interface: pattern must inherit property "href" with the proper type (9)
|
| -FAIL SVGPatternElement interface: pattern must inherit property "SVG_UNIT_TYPE_UNKNOWN" with the proper type (10) assert_inherits: property "SVG_UNIT_TYPE_UNKNOWN" not found in prototype chain
|
| -FAIL SVGPatternElement interface: pattern must inherit property "SVG_UNIT_TYPE_USERSPACEONUSE" with the proper type (11) assert_inherits: property "SVG_UNIT_TYPE_USERSPACEONUSE" not found in prototype chain
|
| -FAIL SVGPatternElement interface: pattern must inherit property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" with the proper type (12) assert_inherits: property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" not found in prototype chain
|
| PASS SVGElement interface: pattern must inherit property "className" with the proper type (0)
|
| PASS SVGElement interface: pattern must inherit property "dataset" with the proper type (1)
|
| PASS SVGElement interface: pattern must inherit property "ownerSVGElement" with the proper type (2)
|
| @@ -3710,12 +3700,6 @@ PASS SVGFilterElement interface: attribute y
|
| PASS SVGFilterElement interface: attribute width
|
| PASS SVGFilterElement interface: attribute height
|
| PASS SVGFilterElement interface: attribute href
|
| -FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface object assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" missing
|
| -FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" missing
|
| -FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface object assert_own_property: expected property "SVG_UNIT_TYPE_USERSPACEONUSE" missing
|
| -FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_USERSPACEONUSE" missing
|
| -FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface object assert_own_property: expected property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" missing
|
| -FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" missing
|
| PASS SVGFilterElement must be primary interface of filter
|
| PASS Stringification of filter
|
| PASS SVGFilterElement interface: filter must inherit property "filterUnits" with the proper type (0)
|
| @@ -3725,9 +3709,6 @@ PASS SVGFilterElement interface: filter must inherit property "y" with the prope
|
| PASS SVGFilterElement interface: filter must inherit property "width" with the proper type (4)
|
| PASS SVGFilterElement interface: filter must inherit property "height" with the proper type (5)
|
| PASS SVGFilterElement interface: filter must inherit property "href" with the proper type (6)
|
| -FAIL SVGFilterElement interface: filter must inherit property "SVG_UNIT_TYPE_UNKNOWN" with the proper type (7) assert_inherits: property "SVG_UNIT_TYPE_UNKNOWN" not found in prototype chain
|
| -FAIL SVGFilterElement interface: filter must inherit property "SVG_UNIT_TYPE_USERSPACEONUSE" with the proper type (8) assert_inherits: property "SVG_UNIT_TYPE_USERSPACEONUSE" not found in prototype chain
|
| -FAIL SVGFilterElement interface: filter must inherit property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" with the proper type (9) assert_inherits: property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" not found in prototype chain
|
| PASS SVGElement interface: filter must inherit property "className" with the proper type (0)
|
| PASS SVGElement interface: filter must inherit property "dataset" with the proper type (1)
|
| PASS SVGElement interface: filter must inherit property "ownerSVGElement" with the proper type (2)
|
|
|