| Index: third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
|
| index 5df8ca4e23dbaed673054475072353a55f55db2e..563cb63c005de7c1a87bd6ec9867396faf2226f9 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/svg/interfaces-expected.txt
|
| @@ -2906,12 +2906,12 @@ 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 SVGGradientElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface object
|
| +PASS SVGGradientElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface prototype object
|
| +PASS SVGGradientElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface object
|
| +PASS SVGGradientElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface prototype object
|
| +PASS SVGGradientElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface object
|
| +PASS SVGGradientElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface prototype object
|
| PASS SVGLinearGradientElement interface: existence and properties of interface object
|
| PASS SVGLinearGradientElement interface object length
|
| PASS SVGLinearGradientElement interface object name
|
| @@ -2935,9 +2935,9 @@ 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 SVGGradientElement interface: linearGradient must inherit property "SVG_UNIT_TYPE_UNKNOWN" with the proper type (8)
|
| +PASS SVGGradientElement interface: linearGradient must inherit property "SVG_UNIT_TYPE_USERSPACEONUSE" with the proper type (9)
|
| +PASS SVGGradientElement interface: linearGradient must inherit property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" with the proper type (10)
|
| 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)
|
| @@ -3035,9 +3035,9 @@ 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 SVGGradientElement interface: radialGradient must inherit property "SVG_UNIT_TYPE_UNKNOWN" with the proper type (8)
|
| +PASS SVGGradientElement interface: radialGradient must inherit property "SVG_UNIT_TYPE_USERSPACEONUSE" with the proper type (9)
|
| +PASS SVGGradientElement interface: radialGradient must inherit property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" with the proper type (10)
|
| 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)
|
| @@ -3217,12 +3217,12 @@ 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 interface: constant SVG_UNIT_TYPE_UNKNOWN on interface object
|
| +PASS SVGPatternElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface prototype object
|
| +PASS SVGPatternElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface object
|
| +PASS SVGPatternElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface prototype object
|
| +PASS SVGPatternElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface object
|
| +PASS SVGPatternElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface prototype object
|
| 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)
|
| @@ -3235,9 +3235,9 @@ 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 SVGPatternElement interface: pattern must inherit property "SVG_UNIT_TYPE_UNKNOWN" with the proper type (10)
|
| +PASS SVGPatternElement interface: pattern must inherit property "SVG_UNIT_TYPE_USERSPACEONUSE" with the proper type (11)
|
| +PASS SVGPatternElement interface: pattern must inherit property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" with the proper type (12)
|
| 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)
|
| @@ -3686,12 +3686,12 @@ 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 interface: constant SVG_UNIT_TYPE_UNKNOWN on interface object
|
| +PASS SVGFilterElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface prototype object
|
| +PASS SVGFilterElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface object
|
| +PASS SVGFilterElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface prototype object
|
| +PASS SVGFilterElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface object
|
| +PASS SVGFilterElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interface prototype object
|
| 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)
|
| @@ -3701,9 +3701,9 @@ 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 SVGFilterElement interface: filter must inherit property "SVG_UNIT_TYPE_UNKNOWN" with the proper type (7)
|
| +PASS SVGFilterElement interface: filter must inherit property "SVG_UNIT_TYPE_USERSPACEONUSE" with the proper type (8)
|
| +PASS SVGFilterElement interface: filter must inherit property "SVG_UNIT_TYPE_OBJECTBOUNDINGBOX" with the proper type (9)
|
| 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)
|
|
|