diff options
Diffstat (limited to 'testing/web-platform/meta/svg/struct/scripted')
3 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/meta/svg/struct/scripted/autofocus-attribute.svg.ini b/testing/web-platform/meta/svg/struct/scripted/autofocus-attribute.svg.ini new file mode 100644 index 0000000000..069994372a --- /dev/null +++ b/testing/web-platform/meta/svg/struct/scripted/autofocus-attribute.svg.ini @@ -0,0 +1,7 @@ +[autofocus-attribute.svg] + [Renderable element with tabindex should support autofocus] + expected: FAIL + + [<a> should support autofocus] + expected: FAIL + diff --git a/testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList.svg.ini b/testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList.svg.ini new file mode 100644 index 0000000000..6c2c9c4d76 --- /dev/null +++ b/testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList.svg.ini @@ -0,0 +1,3 @@ +[svg-getIntersectionList.svg] + [SVGSVGElement.getIntersectionList()] + expected: FAIL diff --git a/testing/web-platform/meta/svg/struct/scripted/use-load-error-events.tentative.html.ini b/testing/web-platform/meta/svg/struct/scripted/use-load-error-events.tentative.html.ini new file mode 100644 index 0000000000..357b7b20b9 --- /dev/null +++ b/testing/web-platform/meta/svg/struct/scripted/use-load-error-events.tentative.html.ini @@ -0,0 +1,22 @@ +[use-load-error-events.tentative.html] + expected: TIMEOUT + ['load' and 'error' events for SVG <use>, external reference, existing] + expected: TIMEOUT + + ['load' and 'error' events for SVG <use>, external data: URL reference, existing] + expected: NOTRUN + + ['load' and 'error' events for SVG <use>, external reference, non-existing] + expected: NOTRUN + + ['load' and 'error' events for SVG <use>, external reference, existing, parse error] + expected: NOTRUN + + ['load' and 'error' events for SVG <use>, external reference, existing, changed to local reference while loading] + expected: NOTRUN + + ['load' and 'error' events for SVG <use>, external data: URL reference, existing, changed to local reference while loading] + expected: NOTRUN + + ['load' and 'error' events for SVG <use>, external reference, non-existing, changed to local reference while loading] + expected: NOTRUN |