diff options
Diffstat (limited to 'testing/web-platform/meta/web-animations/idlharness.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/web-animations/idlharness.window.js.ini | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/idlharness.window.js.ini b/testing/web-platform/meta/web-animations/idlharness.window.js.ini new file mode 100644 index 0000000000..67423e1a01 --- /dev/null +++ b/testing/web-platform/meta/web-animations/idlharness.window.js.ini @@ -0,0 +1,150 @@ +[idlharness.window.html] + [AnimationTimeline interface: operation play(optional AnimationEffect?)] + expected: FAIL + + [AnimationTimeline interface: document.timeline must inherit property "play(optional AnimationEffect?)" with the proper type] + expected: FAIL + + [AnimationTimeline interface: calling play(optional AnimationEffect?) on document.timeline with too few arguments must throw TypeError] + expected: FAIL + + [AnimationEffect interface: attribute parent] + expected: FAIL + + [AnimationEffect interface: attribute previousSibling] + expected: FAIL + + [AnimationEffect interface: attribute nextSibling] + expected: FAIL + + [AnimationEffect interface: operation before(AnimationEffect...)] + expected: FAIL + + [AnimationEffect interface: operation after(AnimationEffect...)] + expected: FAIL + + [AnimationEffect interface: operation replace(AnimationEffect...)] + expected: FAIL + + [AnimationEffect interface: operation remove()] + expected: FAIL + + [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "parent" with the proper type] + expected: FAIL + + [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "previousSibling" with the proper type] + expected: FAIL + + [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "nextSibling" with the proper type] + expected: FAIL + + [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "before(AnimationEffect...)" with the proper type] + expected: FAIL + + [AnimationEffect interface: calling before(AnimationEffect...) on new KeyframeEffect(null, null) with too few arguments must throw TypeError] + expected: FAIL + + [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "after(AnimationEffect...)" with the proper type] + expected: FAIL + + [AnimationEffect interface: calling after(AnimationEffect...) on new KeyframeEffect(null, null) with too few arguments must throw TypeError] + expected: FAIL + + [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "replace(AnimationEffect...)" with the proper type] + expected: FAIL + + [AnimationEffect interface: calling replace(AnimationEffect...) on new KeyframeEffect(null, null) with too few arguments must throw TypeError] + expected: FAIL + + [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "remove()" with the proper type] + expected: FAIL + + [GroupEffect interface: existence and properties of interface object] + expected: FAIL + + [GroupEffect interface object length] + expected: FAIL + + [GroupEffect interface object name] + expected: FAIL + + [GroupEffect interface: existence and properties of interface prototype object] + expected: FAIL + + [GroupEffect interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [GroupEffect interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [GroupEffect interface: attribute children] + expected: FAIL + + [GroupEffect interface: attribute firstChild] + expected: FAIL + + [GroupEffect interface: attribute lastChild] + expected: FAIL + + [GroupEffect interface: operation clone()] + expected: FAIL + + [GroupEffect interface: operation prepend(AnimationEffect...)] + expected: FAIL + + [GroupEffect interface: operation append(AnimationEffect...)] + expected: FAIL + + [AnimationNodeList interface: existence and properties of interface object] + expected: FAIL + + [AnimationNodeList interface object length] + expected: FAIL + + [AnimationNodeList interface object name] + expected: FAIL + + [AnimationNodeList interface: existence and properties of interface prototype object] + expected: FAIL + + [AnimationNodeList interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [AnimationNodeList interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [AnimationNodeList interface: attribute length] + expected: FAIL + + [AnimationNodeList interface: operation item(unsigned long)] + expected: FAIL + + [SequenceEffect interface: existence and properties of interface object] + expected: FAIL + + [SequenceEffect interface object length] + expected: FAIL + + [SequenceEffect interface object name] + expected: FAIL + + [SequenceEffect interface: existence and properties of interface prototype object] + expected: FAIL + + [SequenceEffect interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SequenceEffect interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SequenceEffect interface: operation clone()] + expected: FAIL + + [AnimationTimeline interface: attribute duration] + expected: FAIL + + [AnimationTimeline interface: document.timeline must inherit property "duration" with the proper type] + expected: FAIL + + [AnimationTimeline interface: document.timeline must inherit property "currentTime" with the proper type] + expected: FAIL |