diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/svg/text/scripted | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/svg/text/scripted')
5 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/meta/svg/text/scripted/getsubstringlength-emoji-ligatures.html.ini b/testing/web-platform/meta/svg/text/scripted/getsubstringlength-emoji-ligatures.html.ini new file mode 100644 index 0000000000..f76cf5fa9f --- /dev/null +++ b/testing/web-platform/meta/svg/text/scripted/getsubstringlength-emoji-ligatures.html.ini @@ -0,0 +1,5 @@ +[getsubstringlength-emoji-ligatures.html] + [SVGTextContentElement.getSubStringLength on Emoji with ligatures] + expected: + if release_or_beta and (os == "android"): FAIL + diff --git a/testing/web-platform/meta/svg/text/scripted/lengthadjust.html.ini b/testing/web-platform/meta/svg/text/scripted/lengthadjust.html.ini new file mode 100644 index 0000000000..5e54fbe672 --- /dev/null +++ b/testing/web-platform/meta/svg/text/scripted/lengthadjust.html.ini @@ -0,0 +1,3 @@ +[lengthadjust.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/svg/text/scripted/textlength-inconsistent.svg.ini b/testing/web-platform/meta/svg/text/scripted/textlength-inconsistent.svg.ini new file mode 100644 index 0000000000..a5d36c10f2 --- /dev/null +++ b/testing/web-platform/meta/svg/text/scripted/textlength-inconsistent.svg.ini @@ -0,0 +1,3 @@ +[textlength-inconsistent.svg] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/svg/text/scripted/textpath-textlength-text-anchor-001.tentative.svg.ini b/testing/web-platform/meta/svg/text/scripted/textpath-textlength-text-anchor-001.tentative.svg.ini new file mode 100644 index 0000000000..3243c0ef0c --- /dev/null +++ b/testing/web-platform/meta/svg/text/scripted/textpath-textlength-text-anchor-001.tentative.svg.ini @@ -0,0 +1,5 @@ +[textpath-textlength-text-anchor-001.tentative.svg] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + ['textLength' on <textPath> with 'text-anchor' adjustments] + expected: FAIL diff --git a/testing/web-platform/meta/svg/text/scripted/transform-dynamic-update.html.ini b/testing/web-platform/meta/svg/text/scripted/transform-dynamic-update.html.ini new file mode 100644 index 0000000000..980824c300 --- /dev/null +++ b/testing/web-platform/meta/svg/text/scripted/transform-dynamic-update.html.ini @@ -0,0 +1,3 @@ +[transform-dynamic-update.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |