diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/web-animations/idlharness.window.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |