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

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

Issue 2741463002: Remove SVGTests.requiredFeatures attribute
Patch Set: rebase Created 3 years, 9 months 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 6082 tests; 5643 PASS, 439 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 6082 tests; 5643 PASS, 439 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Document interface: attribute rootElement 3 PASS Document interface: attribute rootElement
4 PASS SVGElement interface: existence and properties of interface object 4 PASS SVGElement interface: existence and properties of interface object
5 PASS SVGElement interface object length 5 PASS SVGElement interface object length
6 PASS SVGElement interface object name 6 PASS SVGElement interface object name
7 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]" 7 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]"
8 PASS SVGElement interface: existence and properties of interface prototype objec t's "constructor" property 8 PASS SVGElement interface: existence and properties of interface prototype objec t's "constructor" property
9 PASS SVGElement interface: attribute className 9 PASS SVGElement interface: attribute className
10 PASS SVGElement interface: attribute dataset 10 PASS SVGElement interface: attribute dataset
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 PASS SVGStringList interface: existence and properties of interface prototype ob ject's "constructor" property 295 PASS SVGStringList interface: existence and properties of interface prototype ob ject's "constructor" property
296 PASS SVGStringList interface: attribute length 296 PASS SVGStringList interface: attribute length
297 PASS SVGStringList interface: attribute numberOfItems 297 PASS SVGStringList interface: attribute numberOfItems
298 PASS SVGStringList interface: operation clear() 298 PASS SVGStringList interface: operation clear()
299 PASS SVGStringList interface: operation initialize(DOMString) 299 PASS SVGStringList interface: operation initialize(DOMString)
300 PASS SVGStringList interface: operation getItem(unsigned long) 300 PASS SVGStringList interface: operation getItem(unsigned long)
301 PASS SVGStringList interface: operation insertItemBefore(DOMString,unsigned long ) 301 PASS SVGStringList interface: operation insertItemBefore(DOMString,unsigned long )
302 PASS SVGStringList interface: operation replaceItem(DOMString,unsigned long) 302 PASS SVGStringList interface: operation replaceItem(DOMString,unsigned long)
303 PASS SVGStringList interface: operation removeItem(unsigned long) 303 PASS SVGStringList interface: operation removeItem(unsigned long)
304 PASS SVGStringList interface: operation appendItem(DOMString) 304 PASS SVGStringList interface: operation appendItem(DOMString)
305 PASS SVGStringList must be primary interface of a.requiredFeatures
306 PASS Stringification of a.requiredFeatures
307 PASS SVGStringList interface: a.requiredFeatures must inherit property "length" with the proper type (0)
308 PASS SVGStringList interface: a.requiredFeatures must inherit property "numberOf Items" with the proper type (1)
309 PASS SVGStringList interface: a.requiredFeatures must inherit property "clear" w ith the proper type (2)
310 PASS SVGStringList interface: a.requiredFeatures must inherit property "initiali ze" with the proper type (3)
311 PASS SVGStringList interface: calling initialize(DOMString) on a.requiredFeature s with too few arguments must throw TypeError
312 PASS SVGStringList interface: a.requiredFeatures must inherit property "getItem" with the proper type (4)
313 PASS SVGStringList interface: calling getItem(unsigned long) on a.requiredFeatur es with too few arguments must throw TypeError
314 PASS SVGStringList interface: a.requiredFeatures must inherit property "insertIt emBefore" with the proper type (5)
315 PASS SVGStringList interface: calling insertItemBefore(DOMString,unsigned long) on a.requiredFeatures with too few arguments must throw TypeError
316 PASS SVGStringList interface: a.requiredFeatures must inherit property "replaceI tem" with the proper type (6)
317 PASS SVGStringList interface: calling replaceItem(DOMString,unsigned long) on a. requiredFeatures with too few arguments must throw TypeError
318 PASS SVGStringList interface: a.requiredFeatures must inherit property "removeIt em" with the proper type (7)
319 PASS SVGStringList interface: calling removeItem(unsigned long) on a.requiredFea tures with too few arguments must throw TypeError
320 PASS SVGStringList interface: a.requiredFeatures must inherit property "appendIt em" with the proper type (8)
321 PASS SVGStringList interface: calling appendItem(DOMString) on a.requiredFeature s with too few arguments must throw TypeError
322 PASS SVGUnitTypes interface: existence and properties of interface object 305 PASS SVGUnitTypes interface: existence and properties of interface object
323 PASS SVGUnitTypes interface object length 306 PASS SVGUnitTypes interface object length
324 PASS SVGUnitTypes interface object name 307 PASS SVGUnitTypes interface object name
325 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]" 308 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]"
326 PASS SVGUnitTypes interface: existence and properties of interface prototype obj ect's "constructor" property 309 PASS SVGUnitTypes interface: existence and properties of interface prototype obj ect's "constructor" property
327 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_UNKNOWN on interface object 310 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_UNKNOWN on interface object
328 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_UNKNOWN on interface prototy pe object 311 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_UNKNOWN on interface prototy pe object
329 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface object 312 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface object
330 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface prototype object 313 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_USERSPACEONUSE on interface prototype object
331 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interfa ce object 314 PASS SVGUnitTypes interface: constant SVG_UNIT_TYPE_OBJECTBOUNDINGBOX on interfa ce object
(...skipping 5745 matching lines...) Expand 10 before | Expand all | Expand 10 after
6077 FAIL SVGElement interface: feTurbulence must inherit property "onsort" with the proper type (62) assert_inherits: property "onsort" not found in prototype chain 6060 FAIL SVGElement interface: feTurbulence must inherit property "onsort" with the proper type (62) assert_inherits: property "onsort" not found in prototype chain
6078 PASS SVGElement interface: feTurbulence must inherit property "onstalled" with t he proper type (63) 6061 PASS SVGElement interface: feTurbulence must inherit property "onstalled" with t he proper type (63)
6079 PASS SVGElement interface: feTurbulence must inherit property "onsubmit" with th e proper type (64) 6062 PASS SVGElement interface: feTurbulence must inherit property "onsubmit" with th e proper type (64)
6080 PASS SVGElement interface: feTurbulence must inherit property "onsuspend" with t he proper type (65) 6063 PASS SVGElement interface: feTurbulence must inherit property "onsuspend" with t he proper type (65)
6081 PASS SVGElement interface: feTurbulence must inherit property "ontimeupdate" wit h the proper type (66) 6064 PASS SVGElement interface: feTurbulence must inherit property "ontimeupdate" wit h the proper type (66)
6082 PASS SVGElement interface: feTurbulence must inherit property "ontoggle" with th e proper type (67) 6065 PASS SVGElement interface: feTurbulence must inherit property "ontoggle" with th e proper type (67)
6083 PASS SVGElement interface: feTurbulence must inherit property "onvolumechange" w ith the proper type (68) 6066 PASS SVGElement interface: feTurbulence must inherit property "onvolumechange" w ith the proper type (68)
6084 PASS SVGElement interface: feTurbulence must inherit property "onwaiting" with t he proper type (69) 6067 PASS SVGElement interface: feTurbulence must inherit property "onwaiting" with t he proper type (69)
6085 Harness: the test ran to completion. 6068 Harness: the test ran to completion.
6086 6069
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698