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/svg/styling | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/svg/styling')
9 files changed, 68 insertions, 0 deletions
diff --git a/testing/web-platform/meta/svg/styling/padding-on-svg-via-img.tentative.html.ini b/testing/web-platform/meta/svg/styling/padding-on-svg-via-img.tentative.html.ini new file mode 100644 index 0000000000..fd7625e246 --- /dev/null +++ b/testing/web-platform/meta/svg/styling/padding-on-svg-via-img.tentative.html.ini @@ -0,0 +1,3 @@ +[padding-on-svg-via-img.tentative.html] + expected: + if (os == "linux") and fission and not debug: [PASS, ERROR] diff --git a/testing/web-platform/meta/svg/styling/presentation-attributes-irrelevant.html.ini b/testing/web-platform/meta/svg/styling/presentation-attributes-irrelevant.html.ini new file mode 100644 index 0000000000..cf216e8f5b --- /dev/null +++ b/testing/web-platform/meta/svg/styling/presentation-attributes-irrelevant.html.ini @@ -0,0 +1,4 @@ +[presentation-attributes-irrelevant.html] + [text-overflow presentation attribute supported on an irrelevant element] + expected: FAIL + diff --git a/testing/web-platform/meta/svg/styling/presentation-attributes-relevant.html.ini b/testing/web-platform/meta/svg/styling/presentation-attributes-relevant.html.ini new file mode 100644 index 0000000000..f62af3a864 --- /dev/null +++ b/testing/web-platform/meta/svg/styling/presentation-attributes-relevant.html.ini @@ -0,0 +1,7 @@ +[presentation-attributes-relevant.html] + [text-overflow presentation attribute supported on a relevant element] + expected: FAIL + + [transform presentation attribute supported on a relevant element] + expected: FAIL + diff --git a/testing/web-platform/meta/svg/styling/presentation-attributes-special-cases.html.ini b/testing/web-platform/meta/svg/styling/presentation-attributes-special-cases.html.ini new file mode 100644 index 0000000000..8e1567cf00 --- /dev/null +++ b/testing/web-platform/meta/svg/styling/presentation-attributes-special-cases.html.ini @@ -0,0 +1,25 @@ +[presentation-attributes-special-cases.html] + [x, y, width, and height presentation attributes supported on svg element] + expected: FAIL + + [x, y, width, and height presentation attributes supported on symbol element] + expected: FAIL + + [x, y, width, and height presentation attributes supported on use element] + expected: FAIL + + [fill presentation attribute not supported on discard] + expected: FAIL + + [transform presentation attribute supported on g] + expected: FAIL + + [patternTransform presentation attribute supported on pattern] + expected: FAIL + + [patternTransform presentation attribute supported on linearGradient] + expected: FAIL + + [patternTransform presentation attribute supported on radialGradient] + expected: FAIL + diff --git a/testing/web-platform/meta/svg/styling/presentation-attributes-unknown.html.ini b/testing/web-platform/meta/svg/styling/presentation-attributes-unknown.html.ini new file mode 100644 index 0000000000..330d89f8d2 --- /dev/null +++ b/testing/web-platform/meta/svg/styling/presentation-attributes-unknown.html.ini @@ -0,0 +1,5 @@ +[presentation-attributes-unknown.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [text-overflow presentation attribute supported on an unknown SVG element] + expected: FAIL diff --git a/testing/web-platform/meta/svg/styling/required-properties.svg.ini b/testing/web-platform/meta/svg/styling/required-properties.svg.ini new file mode 100644 index 0000000000..22534f7bb5 --- /dev/null +++ b/testing/web-platform/meta/svg/styling/required-properties.svg.ini @@ -0,0 +1,17 @@ +[required-properties.svg] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Property "alignment-baseline" is supported] + expected: FAIL + + [Property "baseline-shift" is supported] + expected: FAIL + + [Property "glyph-orientation-vertical" is supported] + expected: FAIL + + [Property "text-align-all" is supported] + expected: FAIL + + [Property "text-space-collapse" is supported] + expected: FAIL diff --git a/testing/web-platform/meta/svg/styling/style-sheet-interfaces.svg.ini b/testing/web-platform/meta/svg/styling/style-sheet-interfaces.svg.ini new file mode 100644 index 0000000000..972c966806 --- /dev/null +++ b/testing/web-platform/meta/svg/styling/style-sheet-interfaces.svg.ini @@ -0,0 +1,3 @@ +[style-sheet-interfaces.svg] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/svg/styling/use-element-transitions.html.ini b/testing/web-platform/meta/svg/styling/use-element-transitions.html.ini new file mode 100644 index 0000000000..7978f241b8 --- /dev/null +++ b/testing/web-platform/meta/svg/styling/use-element-transitions.html.ini @@ -0,0 +1,2 @@ +[use-element-transitions.html] + expected: FAIL diff --git a/testing/web-platform/meta/svg/styling/use-element-web-animations.html.ini b/testing/web-platform/meta/svg/styling/use-element-web-animations.html.ini new file mode 100644 index 0000000000..195a25d627 --- /dev/null +++ b/testing/web-platform/meta/svg/styling/use-element-web-animations.html.ini @@ -0,0 +1,2 @@ +[use-element-web-animations.html] + expected: FAIL |