diff options
Diffstat (limited to 'testing/web-platform/meta/svg/idlharness.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/svg/idlharness.window.js.ini | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/testing/web-platform/meta/svg/idlharness.window.js.ini b/testing/web-platform/meta/svg/idlharness.window.js.ini index eeb1d643dc..2db0b04ed7 100644 --- a/testing/web-platform/meta/svg/idlharness.window.js.ini +++ b/testing/web-platform/meta/svg/idlharness.window.js.ini @@ -1,4 +1,5 @@ [idlharness.window.html] + prefs: [svg.SVGAElement.text.enabled:true] [SVGElement interface: attribute correspondingElement] expected: FAIL @@ -439,3 +440,60 @@ [SVGDiscardElement interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL + + [SVGDiscardElement must be primary interface of objects.discard] + expected: FAIL + + [Stringification of objects.discard] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "targetElement" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "onbegin" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "onend" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "onrepeat" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "getStartTime()" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "getCurrentTime()" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "getSimpleDuration()" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "beginElement()" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "beginElementAt(float)" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: calling beginElementAt(float) on objects.discard with too few arguments must throw TypeError] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "endElement()" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "endElementAt(float)" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: calling endElementAt(float) on objects.discard with too few arguments must throw TypeError] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "requiredExtensions" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "systemLanguage" with the proper type] + expected: FAIL + + [SVGElement interface: objects.discard must inherit property "correspondingElement" with the proper type] + expected: FAIL + + [SVGElement interface: objects.discard must inherit property "correspondingUseElement" with the proper type] + expected: FAIL |