diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/svg/linking/scripted | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/svg/linking/scripted')
8 files changed, 28 insertions, 0 deletions
diff --git a/testing/web-platform/meta/svg/linking/scripted/a.rel-setter-01.svg.ini b/testing/web-platform/meta/svg/linking/scripted/a.rel-setter-01.svg.ini new file mode 100644 index 0000000000..846e9e0664 --- /dev/null +++ b/testing/web-platform/meta/svg/linking/scripted/a.rel-setter-01.svg.ini @@ -0,0 +1,3 @@ +[a.rel-setter-01.svg] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/svg/linking/scripted/a.text-getter-01.svg.ini b/testing/web-platform/meta/svg/linking/scripted/a.text-getter-01.svg.ini new file mode 100644 index 0000000000..399a986cca --- /dev/null +++ b/testing/web-platform/meta/svg/linking/scripted/a.text-getter-01.svg.ini @@ -0,0 +1,3 @@ +[a.text-getter-01.svg] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/svg/linking/scripted/a.text-setter-01.svg.ini b/testing/web-platform/meta/svg/linking/scripted/a.text-setter-01.svg.ini new file mode 100644 index 0000000000..712dd20197 --- /dev/null +++ b/testing/web-platform/meta/svg/linking/scripted/a.text-setter-01.svg.ini @@ -0,0 +1,3 @@ +[a.text-setter-01.svg] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/svg/linking/scripted/href-animate-element.html.ini b/testing/web-platform/meta/svg/linking/scripted/href-animate-element.html.ini new file mode 100644 index 0000000000..c3821720b3 --- /dev/null +++ b/testing/web-platform/meta/svg/linking/scripted/href-animate-element.html.ini @@ -0,0 +1,3 @@ +[href-animate-element.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/svg/linking/scripted/href-mpath-element.html.ini b/testing/web-platform/meta/svg/linking/scripted/href-mpath-element.html.ini new file mode 100644 index 0000000000..f2e1fc5f9b --- /dev/null +++ b/testing/web-platform/meta/svg/linking/scripted/href-mpath-element.html.ini @@ -0,0 +1,7 @@ +[href-mpath-element.html] + expected: + if (os == "android") and debug and not fission: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] + [Test for mpath when removing xlink:href but we still have href] + expected: + if (os == "android") and debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/svg/linking/scripted/href-script-element-markup.html.ini b/testing/web-platform/meta/svg/linking/scripted/href-script-element-markup.html.ini new file mode 100644 index 0000000000..502618fa31 --- /dev/null +++ b/testing/web-platform/meta/svg/linking/scripted/href-script-element-markup.html.ini @@ -0,0 +1,3 @@ +[href-script-element-markup.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/svg/linking/scripted/href-script-element.html.ini b/testing/web-platform/meta/svg/linking/scripted/href-script-element.html.ini new file mode 100644 index 0000000000..d36fb09531 --- /dev/null +++ b/testing/web-platform/meta/svg/linking/scripted/href-script-element.html.ini @@ -0,0 +1,3 @@ +[href-script-element.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/svg/linking/scripted/rellist-feature-detection.svg.ini b/testing/web-platform/meta/svg/linking/scripted/rellist-feature-detection.svg.ini new file mode 100644 index 0000000000..ced8c1089f --- /dev/null +++ b/testing/web-platform/meta/svg/linking/scripted/rellist-feature-detection.svg.ini @@ -0,0 +1,3 @@ +[rellist-feature-detection.svg] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |