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

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

Issue 2547023002: Import wpt@3c8896ae408c8fd594979da7c99970029e7856a7 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 PASS SVGStringList interface: a.requiredFeatures must inherit property "getItem" with the proper type (4) 314 PASS SVGStringList interface: a.requiredFeatures must inherit property "getItem" with the proper type (4)
315 PASS SVGStringList interface: calling getItem(unsigned long) on a.requiredFeatur es with too few arguments must throw TypeError 315 PASS SVGStringList interface: calling getItem(unsigned long) on a.requiredFeatur es with too few arguments must throw TypeError
316 PASS SVGStringList interface: a.requiredFeatures must inherit property "insertIt emBefore" with the proper type (5) 316 PASS SVGStringList interface: a.requiredFeatures must inherit property "insertIt emBefore" with the proper type (5)
317 PASS SVGStringList interface: calling insertItemBefore(DOMString,unsigned long) on a.requiredFeatures with too few arguments must throw TypeError 317 PASS SVGStringList interface: calling insertItemBefore(DOMString,unsigned long) on a.requiredFeatures with too few arguments must throw TypeError
318 PASS SVGStringList interface: a.requiredFeatures must inherit property "replaceI tem" with the proper type (6) 318 PASS SVGStringList interface: a.requiredFeatures must inherit property "replaceI tem" with the proper type (6)
319 PASS SVGStringList interface: calling replaceItem(DOMString,unsigned long) on a. requiredFeatures with too few arguments must throw TypeError 319 PASS SVGStringList interface: calling replaceItem(DOMString,unsigned long) on a. requiredFeatures with too few arguments must throw TypeError
320 PASS SVGStringList interface: a.requiredFeatures must inherit property "removeIt em" with the proper type (7) 320 PASS SVGStringList interface: a.requiredFeatures must inherit property "removeIt em" with the proper type (7)
321 PASS SVGStringList interface: calling removeItem(unsigned long) on a.requiredFea tures with too few arguments must throw TypeError 321 PASS SVGStringList interface: calling removeItem(unsigned long) on a.requiredFea tures with too few arguments must throw TypeError
322 PASS SVGStringList interface: a.requiredFeatures must inherit property "appendIt em" with the proper type (8) 322 PASS SVGStringList interface: a.requiredFeatures must inherit property "appendIt em" with the proper type (8)
323 PASS SVGStringList interface: calling appendItem(DOMString) on a.requiredFeature s with too few arguments must throw TypeError 323 PASS SVGStringList interface: calling appendItem(DOMString) on a.requiredFeature s with too few arguments must throw TypeError
324 PASS SVGUnitTypes interface: existence and properties of interface object
325 PASS SVGUnitTypes interface object length
326 PASS SVGUnitTypes interface object name
327 FAIL SVGUnitTypes interface: existence and properties of interface prototype obj ect assert_equals: class string of SVGUnitTypes.prototype expected "[object SVGU nitTypesPrototype]" but got "[object SVGUnitTypes]"
328 PASS SVGUnitTypes interface: existence and properties of interface prototype obj ect's "constructor" property
329 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_UNKNOWN on interface object
330 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_UNKNOWN on interface prototy pe object
331 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface object
332 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface prototype object
333 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interfa ce object
334 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interfa ce prototype object
324 PASS SVGSVGElement interface: existence and properties of interface object 335 PASS SVGSVGElement interface: existence and properties of interface object
325 PASS SVGSVGElement interface object length 336 PASS SVGSVGElement interface object length
326 PASS SVGSVGElement interface object name 337 PASS SVGSVGElement interface object name
327 FAIL SVGSVGElement interface: existence and properties of interface prototype ob ject assert_equals: class string of SVGSVGElement.prototype expected "[object SV GSVGElementPrototype]" but got "[object SVGSVGElement]" 338 FAIL SVGSVGElement interface: existence and properties of interface prototype ob ject assert_equals: class string of SVGSVGElement.prototype expected "[object SV GSVGElementPrototype]" but got "[object SVGSVGElement]"
328 PASS SVGSVGElement interface: existence and properties of interface prototype ob ject's "constructor" property 339 PASS SVGSVGElement interface: existence and properties of interface prototype ob ject's "constructor" property
329 PASS SVGSVGElement interface: attribute x 340 PASS SVGSVGElement interface: attribute x
330 PASS SVGSVGElement interface: attribute y 341 PASS SVGSVGElement interface: attribute y
331 PASS SVGSVGElement interface: attribute width 342 PASS SVGSVGElement interface: attribute width
332 PASS SVGSVGElement interface: attribute height 343 PASS SVGSVGElement interface: attribute height
333 PASS SVGSVGElement interface: attribute currentScale 344 PASS SVGSVGElement interface: attribute currentScale
(...skipping 2589 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_PAD on interface ob ject 2934 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_PAD on interface ob ject
2924 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_PAD on interface pr ototype object 2935 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_PAD on interface pr ototype object
2925 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_REFLECT on interfac e object 2936 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_REFLECT on interfac e object
2926 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_REFLECT on interfac e prototype object 2937 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_REFLECT on interfac e prototype object
2927 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_REPEAT on interface object 2938 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_REPEAT on interface object
2928 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_REPEAT on interface prototype object 2939 PASS SVGGradientElement interface: constant SVG_SPREADMETHOD_REPEAT on interface prototype object
2929 PASS SVGGradientElement interface: attribute gradientUnits 2940 PASS SVGGradientElement interface: attribute gradientUnits
2930 PASS SVGGradientElement interface: attribute gradientTransform 2941 PASS SVGGradientElement interface: attribute gradientTransform
2931 PASS SVGGradientElement interface: attribute spreadMethod 2942 PASS SVGGradientElement interface: attribute spreadMethod
2932 PASS SVGGradientElement interface: attribute href 2943 PASS SVGGradientElement interface: attribute href
2933 FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface o bject assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" missing
2934 FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface p rototype object assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" m issing
2935 FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on inte rface object assert_own_property: expected property "SVG_UNIT_TYPE_USERSPACEONUS E" missing
2936 FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on inte rface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_USE RSPACEONUSE" missing
2937 FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on i nterface object assert_own_property: expected property "SVG_UNIT_TYPE_OBJECTBOUN DINGBOX" missing
2938 FAIL SVGGradientElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on i nterface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_ OBJECTBOUNDINGBOX" missing
2939 PASS SVGLinearGradientElement interface: existence and properties of interface o bject 2944 PASS SVGLinearGradientElement interface: existence and properties of interface o bject
2940 PASS SVGLinearGradientElement interface object length 2945 PASS SVGLinearGradientElement interface object length
2941 PASS SVGLinearGradientElement interface object name 2946 PASS SVGLinearGradientElement interface object name
2942 FAIL SVGLinearGradientElement interface: existence and properties of interface p rototype object assert_equals: class string of SVGLinearGradientElement.prototyp e expected "[object SVGLinearGradientElementPrototype]" but got "[object SVGLine arGradientElement]" 2947 FAIL SVGLinearGradientElement interface: existence and properties of interface p rototype object assert_equals: class string of SVGLinearGradientElement.prototyp e expected "[object SVGLinearGradientElementPrototype]" but got "[object SVGLine arGradientElement]"
2943 PASS SVGLinearGradientElement interface: existence and properties of interface p rototype object's "constructor" property 2948 PASS SVGLinearGradientElement interface: existence and properties of interface p rototype object's "constructor" property
2944 PASS SVGLinearGradientElement interface: attribute x1 2949 PASS SVGLinearGradientElement interface: attribute x1
2945 PASS SVGLinearGradientElement interface: attribute y1 2950 PASS SVGLinearGradientElement interface: attribute y1
2946 PASS SVGLinearGradientElement interface: attribute x2 2951 PASS SVGLinearGradientElement interface: attribute x2
2947 PASS SVGLinearGradientElement interface: attribute y2 2952 PASS SVGLinearGradientElement interface: attribute y2
2948 PASS SVGLinearGradientElement must be primary interface of linearGradient 2953 PASS SVGLinearGradientElement must be primary interface of linearGradient
2949 PASS Stringification of linearGradient 2954 PASS Stringification of linearGradient
2950 PASS SVGLinearGradientElement interface: linearGradient must inherit property "x 1" with the proper type (0) 2955 PASS SVGLinearGradientElement interface: linearGradient must inherit property "x 1" with the proper type (0)
2951 PASS SVGLinearGradientElement interface: linearGradient must inherit property "y 1" with the proper type (1) 2956 PASS SVGLinearGradientElement interface: linearGradient must inherit property "y 1" with the proper type (1)
2952 PASS SVGLinearGradientElement interface: linearGradient must inherit property "x 2" with the proper type (2) 2957 PASS SVGLinearGradientElement interface: linearGradient must inherit property "x 2" with the proper type (2)
2953 PASS SVGLinearGradientElement interface: linearGradient must inherit property "y 2" with the proper type (3) 2958 PASS SVGLinearGradientElement interface: linearGradient must inherit property "y 2" with the proper type (3)
2954 PASS SVGGradientElement interface: linearGradient must inherit property "SVG_SPR EADMETHOD_UNKNOWN" with the proper type (0) 2959 PASS SVGGradientElement interface: linearGradient must inherit property "SVG_SPR EADMETHOD_UNKNOWN" with the proper type (0)
2955 PASS SVGGradientElement interface: linearGradient must inherit property "SVG_SPR EADMETHOD_PAD" with the proper type (1) 2960 PASS SVGGradientElement interface: linearGradient must inherit property "SVG_SPR EADMETHOD_PAD" with the proper type (1)
2956 PASS SVGGradientElement interface: linearGradient must inherit property "SVG_SPR EADMETHOD_REFLECT" with the proper type (2) 2961 PASS SVGGradientElement interface: linearGradient must inherit property "SVG_SPR EADMETHOD_REFLECT" with the proper type (2)
2957 PASS SVGGradientElement interface: linearGradient must inherit property "SVG_SPR EADMETHOD_REPEAT" with the proper type (3) 2962 PASS SVGGradientElement interface: linearGradient must inherit property "SVG_SPR EADMETHOD_REPEAT" with the proper type (3)
2958 PASS SVGGradientElement interface: linearGradient must inherit property "gradien tUnits" with the proper type (4) 2963 PASS SVGGradientElement interface: linearGradient must inherit property "gradien tUnits" with the proper type (4)
2959 PASS SVGGradientElement interface: linearGradient must inherit property "gradien tTransform" with the proper type (5) 2964 PASS SVGGradientElement interface: linearGradient must inherit property "gradien tTransform" with the proper type (5)
2960 PASS SVGGradientElement interface: linearGradient must inherit property "spreadM ethod" with the proper type (6) 2965 PASS SVGGradientElement interface: linearGradient must inherit property "spreadM ethod" with the proper type (6)
2961 PASS SVGGradientElement interface: linearGradient must inherit property "href" w ith the proper type (7) 2966 PASS SVGGradientElement interface: linearGradient must inherit property "href" w ith the proper type (7)
2962 FAIL SVGGradientElement interface: linearGradient must inherit property "SVG_UNI T_TYPE_UNKNOWN" with the proper type (8) assert_inherits: property "SVG_UNIT_TYP E_UNKNOWN" not found in prototype chain
2963 FAIL SVGGradientElement interface: linearGradient must inherit property "SVG_UNI T_TYPE_USERSPACEONUSE" with the proper type (9) assert_inherits: property "SVG_U NIT_TYPE_USERSPACEONUSE" not found in prototype chain
2964 FAIL SVGGradientElement interface: linearGradient must inherit property "SVG_UNI T_TYPE_OBJECTBOUNDINGBOX" with the proper type (10) assert_inherits: property "S VG_UNIT_TYPE_OBJECTBOUNDINGBOX" not found in prototype chain
2965 PASS SVGElement interface: linearGradient must inherit property "className" with the proper type (0) 2967 PASS SVGElement interface: linearGradient must inherit property "className" with the proper type (0)
2966 PASS SVGElement interface: linearGradient must inherit property "dataset" with t he proper type (1) 2968 PASS SVGElement interface: linearGradient must inherit property "dataset" with t he proper type (1)
2967 PASS SVGElement interface: linearGradient must inherit property "ownerSVGElement " with the proper type (2) 2969 PASS SVGElement interface: linearGradient must inherit property "ownerSVGElement " with the proper type (2)
2968 PASS SVGElement interface: linearGradient must inherit property "viewportElement " with the proper type (3) 2970 PASS SVGElement interface: linearGradient must inherit property "viewportElement " with the proper type (3)
2969 PASS SVGElement interface: linearGradient must inherit property "tabIndex" with the proper type (4) 2971 PASS SVGElement interface: linearGradient must inherit property "tabIndex" with the proper type (4)
2970 PASS SVGElement interface: linearGradient must inherit property "focus" with the proper type (5) 2972 PASS SVGElement interface: linearGradient must inherit property "focus" with the proper type (5)
2971 PASS SVGElement interface: linearGradient must inherit property "blur" with the proper type (6) 2973 PASS SVGElement interface: linearGradient must inherit property "blur" with the proper type (6)
2972 PASS SVGElement interface: linearGradient must inherit property "onabort" with t he proper type (7) 2974 PASS SVGElement interface: linearGradient must inherit property "onabort" with t he proper type (7)
2973 FAIL SVGElement interface: linearGradient must inherit property "onautocomplete" with the proper type (8) assert_inherits: property "onautocomplete" not found i n prototype chain 2975 FAIL SVGElement interface: linearGradient must inherit property "onautocomplete" with the proper type (8) assert_inherits: property "onautocomplete" not found i n prototype chain
2974 FAIL SVGElement interface: linearGradient must inherit property "onautocompletee rror" with the proper type (9) assert_inherits: property "onautocompleteerror" n ot found in prototype chain 2976 FAIL SVGElement interface: linearGradient must inherit property "onautocompletee rror" with the proper type (9) assert_inherits: property "onautocompleteerror" n ot found in prototype chain
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
3052 PASS SVGRadialGradientElement interface: radialGradient must inherit property "f y" with the proper type (4) 3054 PASS SVGRadialGradientElement interface: radialGradient must inherit property "f y" with the proper type (4)
3053 PASS SVGRadialGradientElement interface: radialGradient must inherit property "f r" with the proper type (5) 3055 PASS SVGRadialGradientElement interface: radialGradient must inherit property "f r" with the proper type (5)
3054 PASS SVGGradientElement interface: radialGradient must inherit property "SVG_SPR EADMETHOD_UNKNOWN" with the proper type (0) 3056 PASS SVGGradientElement interface: radialGradient must inherit property "SVG_SPR EADMETHOD_UNKNOWN" with the proper type (0)
3055 PASS SVGGradientElement interface: radialGradient must inherit property "SVG_SPR EADMETHOD_PAD" with the proper type (1) 3057 PASS SVGGradientElement interface: radialGradient must inherit property "SVG_SPR EADMETHOD_PAD" with the proper type (1)
3056 PASS SVGGradientElement interface: radialGradient must inherit property "SVG_SPR EADMETHOD_REFLECT" with the proper type (2) 3058 PASS SVGGradientElement interface: radialGradient must inherit property "SVG_SPR EADMETHOD_REFLECT" with the proper type (2)
3057 PASS SVGGradientElement interface: radialGradient must inherit property "SVG_SPR EADMETHOD_REPEAT" with the proper type (3) 3059 PASS SVGGradientElement interface: radialGradient must inherit property "SVG_SPR EADMETHOD_REPEAT" with the proper type (3)
3058 PASS SVGGradientElement interface: radialGradient must inherit property "gradien tUnits" with the proper type (4) 3060 PASS SVGGradientElement interface: radialGradient must inherit property "gradien tUnits" with the proper type (4)
3059 PASS SVGGradientElement interface: radialGradient must inherit property "gradien tTransform" with the proper type (5) 3061 PASS SVGGradientElement interface: radialGradient must inherit property "gradien tTransform" with the proper type (5)
3060 PASS SVGGradientElement interface: radialGradient must inherit property "spreadM ethod" with the proper type (6) 3062 PASS SVGGradientElement interface: radialGradient must inherit property "spreadM ethod" with the proper type (6)
3061 PASS SVGGradientElement interface: radialGradient must inherit property "href" w ith the proper type (7) 3063 PASS SVGGradientElement interface: radialGradient must inherit property "href" w ith the proper type (7)
3062 FAIL SVGGradientElement interface: radialGradient must inherit property "SVG_UNI T_TYPE_UNKNOWN" with the proper type (8) assert_inherits: property "SVG_UNIT_TYP E_UNKNOWN" not found in prototype chain
3063 FAIL SVGGradientElement interface: radialGradient must inherit property "SVG_UNI T_TYPE_USERSPACEONUSE" with the proper type (9) assert_inherits: property "SVG_U NIT_TYPE_USERSPACEONUSE" not found in prototype chain
3064 FAIL SVGGradientElement interface: radialGradient must inherit property "SVG_UNI T_TYPE_OBJECTBOUNDINGBOX" with the proper type (10) assert_inherits: property "S VG_UNIT_TYPE_OBJECTBOUNDINGBOX" not found in prototype chain
3065 PASS SVGElement interface: radialGradient must inherit property "className" with the proper type (0) 3064 PASS SVGElement interface: radialGradient must inherit property "className" with the proper type (0)
3066 PASS SVGElement interface: radialGradient must inherit property "dataset" with t he proper type (1) 3065 PASS SVGElement interface: radialGradient must inherit property "dataset" with t he proper type (1)
3067 PASS SVGElement interface: radialGradient must inherit property "ownerSVGElement " with the proper type (2) 3066 PASS SVGElement interface: radialGradient must inherit property "ownerSVGElement " with the proper type (2)
3068 PASS SVGElement interface: radialGradient must inherit property "viewportElement " with the proper type (3) 3067 PASS SVGElement interface: radialGradient must inherit property "viewportElement " with the proper type (3)
3069 PASS SVGElement interface: radialGradient must inherit property "tabIndex" with the proper type (4) 3068 PASS SVGElement interface: radialGradient must inherit property "tabIndex" with the proper type (4)
3070 PASS SVGElement interface: radialGradient must inherit property "focus" with the proper type (5) 3069 PASS SVGElement interface: radialGradient must inherit property "focus" with the proper type (5)
3071 PASS SVGElement interface: radialGradient must inherit property "blur" with the proper type (6) 3070 PASS SVGElement interface: radialGradient must inherit property "blur" with the proper type (6)
3072 PASS SVGElement interface: radialGradient must inherit property "onabort" with t he proper type (7) 3071 PASS SVGElement interface: radialGradient must inherit property "onabort" with t he proper type (7)
3073 FAIL SVGElement interface: radialGradient must inherit property "onautocomplete" with the proper type (8) assert_inherits: property "onautocomplete" not found i n prototype chain 3072 FAIL SVGElement interface: radialGradient must inherit property "onautocomplete" with the proper type (8) assert_inherits: property "onautocomplete" not found i n prototype chain
3074 FAIL SVGElement interface: radialGradient must inherit property "onautocompletee rror" with the proper type (9) assert_inherits: property "onautocompleteerror" n ot found in prototype chain 3073 FAIL SVGElement interface: radialGradient must inherit property "onautocompletee rror" with the proper type (9) assert_inherits: property "onautocompleteerror" n ot found in prototype chain
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
3234 PASS SVGPatternElement interface: attribute patternUnits 3233 PASS SVGPatternElement interface: attribute patternUnits
3235 PASS SVGPatternElement interface: attribute patternContentUnits 3234 PASS SVGPatternElement interface: attribute patternContentUnits
3236 PASS SVGPatternElement interface: attribute patternTransform 3235 PASS SVGPatternElement interface: attribute patternTransform
3237 PASS SVGPatternElement interface: attribute x 3236 PASS SVGPatternElement interface: attribute x
3238 PASS SVGPatternElement interface: attribute y 3237 PASS SVGPatternElement interface: attribute y
3239 PASS SVGPatternElement interface: attribute width 3238 PASS SVGPatternElement interface: attribute width
3240 PASS SVGPatternElement interface: attribute height 3239 PASS SVGPatternElement interface: attribute height
3241 PASS SVGPatternElement interface: attribute viewBox 3240 PASS SVGPatternElement interface: attribute viewBox
3242 PASS SVGPatternElement interface: attribute preserveAspectRatio 3241 PASS SVGPatternElement interface: attribute preserveAspectRatio
3243 PASS SVGPatternElement interface: attribute href 3242 PASS SVGPatternElement interface: attribute href
3244 FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface ob ject assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" missing
3245 FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface pr ototype object assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" mi ssing
3246 FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on inter face object assert_own_property: expected property "SVG_UNIT_TYPE_USERSPACEONUSE " missing
3247 FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on inter face prototype object assert_own_property: expected property "SVG_UNIT_TYPE_USER SPACEONUSE" missing
3248 FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on in terface object assert_own_property: expected property "SVG_UNIT_TYPE_OBJECTBOUND INGBOX" missing
3249 FAIL SVGPatternElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on in terface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_O BJECTBOUNDINGBOX" missing
3250 PASS SVGPatternElement must be primary interface of pattern 3243 PASS SVGPatternElement must be primary interface of pattern
3251 PASS Stringification of pattern 3244 PASS Stringification of pattern
3252 PASS SVGPatternElement interface: pattern must inherit property "patternUnits" w ith the proper type (0) 3245 PASS SVGPatternElement interface: pattern must inherit property "patternUnits" w ith the proper type (0)
3253 PASS SVGPatternElement interface: pattern must inherit property "patternContentU nits" with the proper type (1) 3246 PASS SVGPatternElement interface: pattern must inherit property "patternContentU nits" with the proper type (1)
3254 PASS SVGPatternElement interface: pattern must inherit property "patternTransfor m" with the proper type (2) 3247 PASS SVGPatternElement interface: pattern must inherit property "patternTransfor m" with the proper type (2)
3255 PASS SVGPatternElement interface: pattern must inherit property "x" with the pro per type (3) 3248 PASS SVGPatternElement interface: pattern must inherit property "x" with the pro per type (3)
3256 PASS SVGPatternElement interface: pattern must inherit property "y" with the pro per type (4) 3249 PASS SVGPatternElement interface: pattern must inherit property "y" with the pro per type (4)
3257 PASS SVGPatternElement interface: pattern must inherit property "width" with the proper type (5) 3250 PASS SVGPatternElement interface: pattern must inherit property "width" with the proper type (5)
3258 PASS SVGPatternElement interface: pattern must inherit property "height" with th e proper type (6) 3251 PASS SVGPatternElement interface: pattern must inherit property "height" with th e proper type (6)
3259 PASS SVGPatternElement interface: pattern must inherit property "viewBox" with t he proper type (7) 3252 PASS SVGPatternElement interface: pattern must inherit property "viewBox" with t he proper type (7)
3260 PASS SVGPatternElement interface: pattern must inherit property "preserveAspectR atio" with the proper type (8) 3253 PASS SVGPatternElement interface: pattern must inherit property "preserveAspectR atio" with the proper type (8)
3261 PASS SVGPatternElement interface: pattern must inherit property "href" with the proper type (9) 3254 PASS SVGPatternElement interface: pattern must inherit property "href" with the proper type (9)
3262 FAIL SVGPatternElement interface: pattern must inherit property "SVG_UNIT_TYPE_U NKNOWN" with the proper type (10) assert_inherits: property "SVG_UNIT_TYPE_UNKNO WN" not found in prototype chain
3263 FAIL SVGPatternElement interface: pattern must inherit property "SVG_UNIT_TYPE_U SERSPACEONUSE" with the proper type (11) assert_inherits: property "SVG_UNIT_TYP E_USERSPACEONUSE" not found in prototype chain
3264 FAIL SVGPatternElement interface: pattern must inherit property "SVG_UNIT_TYPE_O BJECTBOUNDINGBOX" with the proper type (12) assert_inherits: property "SVG_UNIT_ TYPE_OBJECTBOUNDINGBOX" not found in prototype chain
3265 PASS SVGElement interface: pattern must inherit property "className" with the pr oper type (0) 3255 PASS SVGElement interface: pattern must inherit property "className" with the pr oper type (0)
3266 PASS SVGElement interface: pattern must inherit property "dataset" with the prop er type (1) 3256 PASS SVGElement interface: pattern must inherit property "dataset" with the prop er type (1)
3267 PASS SVGElement interface: pattern must inherit property "ownerSVGElement" with the proper type (2) 3257 PASS SVGElement interface: pattern must inherit property "ownerSVGElement" with the proper type (2)
3268 PASS SVGElement interface: pattern must inherit property "viewportElement" with the proper type (3) 3258 PASS SVGElement interface: pattern must inherit property "viewportElement" with the proper type (3)
3269 PASS SVGElement interface: pattern must inherit property "tabIndex" with the pro per type (4) 3259 PASS SVGElement interface: pattern must inherit property "tabIndex" with the pro per type (4)
3270 PASS SVGElement interface: pattern must inherit property "focus" with the proper type (5) 3260 PASS SVGElement interface: pattern must inherit property "focus" with the proper type (5)
3271 PASS SVGElement interface: pattern must inherit property "blur" with the proper type (6) 3261 PASS SVGElement interface: pattern must inherit property "blur" with the proper type (6)
3272 PASS SVGElement interface: pattern must inherit property "onabort" with the prop er type (7) 3262 PASS SVGElement interface: pattern must inherit property "onabort" with the prop er type (7)
3273 FAIL SVGElement interface: pattern must inherit property "onautocomplete" with t he proper type (8) assert_inherits: property "onautocomplete" not found in proto type chain 3263 FAIL SVGElement interface: pattern must inherit property "onautocomplete" with t he proper type (8) assert_inherits: property "onautocomplete" not found in proto type chain
3274 FAIL SVGElement interface: pattern must inherit property "onautocompleteerror" w ith the proper type (9) assert_inherits: property "onautocompleteerror" not foun d in prototype chain 3264 FAIL SVGElement interface: pattern must inherit property "onautocompleteerror" w ith the proper type (9) assert_inherits: property "onautocompleteerror" not foun d in prototype chain
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
3703 PASS SVGFilterElement interface object name 3693 PASS SVGFilterElement interface object name
3704 FAIL SVGFilterElement interface: existence and properties of interface prototype object assert_equals: class string of SVGFilterElement.prototype expected "[obj ect SVGFilterElementPrototype]" but got "[object SVGFilterElement]" 3694 FAIL SVGFilterElement interface: existence and properties of interface prototype object assert_equals: class string of SVGFilterElement.prototype expected "[obj ect SVGFilterElementPrototype]" but got "[object SVGFilterElement]"
3705 PASS SVGFilterElement interface: existence and properties of interface prototype object's "constructor" property 3695 PASS SVGFilterElement interface: existence and properties of interface prototype object's "constructor" property
3706 PASS SVGFilterElement interface: attribute filterUnits 3696 PASS SVGFilterElement interface: attribute filterUnits
3707 PASS SVGFilterElement interface: attribute primitiveUnits 3697 PASS SVGFilterElement interface: attribute primitiveUnits
3708 PASS SVGFilterElement interface: attribute x 3698 PASS SVGFilterElement interface: attribute x
3709 PASS SVGFilterElement interface: attribute y 3699 PASS SVGFilterElement interface: attribute y
3710 PASS SVGFilterElement interface: attribute width 3700 PASS SVGFilterElement interface: attribute width
3711 PASS SVGFilterElement interface: attribute height 3701 PASS SVGFilterElement interface: attribute height
3712 PASS SVGFilterElement interface: attribute href 3702 PASS SVGFilterElement interface: attribute href
3713 FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface obj ect assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" missing
3714 FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_UNKNOWN on interface pro totype object assert_own_property: expected property "SVG_UNIT_TYPE_UNKNOWN" mis sing
3715 FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interf ace object assert_own_property: expected property "SVG_UNIT_TYPE_USERSPACEONUSE" missing
3716 FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interf ace prototype object assert_own_property: expected property "SVG_UNIT_TYPE_USERS PACEONUSE" missing
3717 FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on int erface object assert_own_property: expected property "SVG_UNIT_TYPE_OBJECTBOUNDI NGBOX" missing
3718 FAIL SVGFilterElement interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on int erface prototype object assert_own_property: expected property "SVG_UNIT_TYPE_OB JECTBOUNDINGBOX" missing
3719 PASS SVGFilterElement must be primary interface of filter 3703 PASS SVGFilterElement must be primary interface of filter
3720 PASS Stringification of filter 3704 PASS Stringification of filter
3721 PASS SVGFilterElement interface: filter must inherit property "filterUnits" with the proper type (0) 3705 PASS SVGFilterElement interface: filter must inherit property "filterUnits" with the proper type (0)
3722 PASS SVGFilterElement interface: filter must inherit property "primitiveUnits" w ith the proper type (1) 3706 PASS SVGFilterElement interface: filter must inherit property "primitiveUnits" w ith the proper type (1)
3723 PASS SVGFilterElement interface: filter must inherit property "x" with the prope r type (2) 3707 PASS SVGFilterElement interface: filter must inherit property "x" with the prope r type (2)
3724 PASS SVGFilterElement interface: filter must inherit property "y" with the prope r type (3) 3708 PASS SVGFilterElement interface: filter must inherit property "y" with the prope r type (3)
3725 PASS SVGFilterElement interface: filter must inherit property "width" with the p roper type (4) 3709 PASS SVGFilterElement interface: filter must inherit property "width" with the p roper type (4)
3726 PASS SVGFilterElement interface: filter must inherit property "height" with the proper type (5) 3710 PASS SVGFilterElement interface: filter must inherit property "height" with the proper type (5)
3727 PASS SVGFilterElement interface: filter must inherit property "href" with the pr oper type (6) 3711 PASS SVGFilterElement interface: filter must inherit property "href" with the pr oper type (6)
3728 FAIL SVGFilterElement interface: filter must inherit property "SVG_UNIT_TYPE_UNK NOWN" with the proper type (7) assert_inherits: property "SVG_UNIT_TYPE_UNKNOWN" not found in prototype chain
3729 FAIL SVGFilterElement interface: filter must inherit property "SVG_UNIT_TYPE_USE RSPACEONUSE" with the proper type (8) assert_inherits: property "SVG_UNIT_TYPE_U SERSPACEONUSE" not found in prototype chain
3730 FAIL SVGFilterElement interface: filter must inherit property "SVG_UNIT_TYPE_OBJ ECTBOUNDINGBOX" with the proper type (9) assert_inherits: property "SVG_UNIT_TYP E_OBJECTBOUNDINGBOX" not found in prototype chain
3731 PASS SVGElement interface: filter must inherit property "className" with the pro per type (0) 3712 PASS SVGElement interface: filter must inherit property "className" with the pro per type (0)
3732 PASS SVGElement interface: filter must inherit property "dataset" with the prope r type (1) 3713 PASS SVGElement interface: filter must inherit property "dataset" with the prope r type (1)
3733 PASS SVGElement interface: filter must inherit property "ownerSVGElement" with t he proper type (2) 3714 PASS SVGElement interface: filter must inherit property "ownerSVGElement" with t he proper type (2)
3734 PASS SVGElement interface: filter must inherit property "viewportElement" with t he proper type (3) 3715 PASS SVGElement interface: filter must inherit property "viewportElement" with t he proper type (3)
3735 PASS SVGElement interface: filter must inherit property "tabIndex" with the prop er type (4) 3716 PASS SVGElement interface: filter must inherit property "tabIndex" with the prop er type (4)
3736 PASS SVGElement interface: filter must inherit property "focus" with the proper type (5) 3717 PASS SVGElement interface: filter must inherit property "focus" with the proper type (5)
3737 PASS SVGElement interface: filter must inherit property "blur" with the proper t ype (6) 3718 PASS SVGElement interface: filter must inherit property "blur" with the proper t ype (6)
3738 PASS SVGElement interface: filter must inherit property "onabort" with the prope r type (7) 3719 PASS SVGElement interface: filter must inherit property "onabort" with the prope r type (7)
3739 FAIL SVGElement interface: filter must inherit property "onautocomplete" with th e proper type (8) assert_inherits: property "onautocomplete" not found in protot ype chain 3720 FAIL SVGElement interface: filter must inherit property "onautocomplete" with th e proper type (8) assert_inherits: property "onautocomplete" not found in protot ype chain
3740 FAIL SVGElement interface: filter must inherit property "onautocompleteerror" wi th the proper type (9) assert_inherits: property "onautocompleteerror" not found in prototype chain 3721 FAIL SVGElement interface: filter must inherit property "onautocompleteerror" wi th the proper type (9) assert_inherits: property "onautocompleteerror" not found in prototype chain
(...skipping 2357 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 6079 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) 6080 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) 6081 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) 6082 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) 6083 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) 6084 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) 6085 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) 6086 PASS SVGElement interface: feTurbulence must inherit property "onwaiting" with t he proper type (69)
6106 Harness: the test ran to completion. 6087 Harness: the test ran to completion.
6107 6088
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698