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/path | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.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/path')
13 files changed, 55 insertions, 0 deletions
diff --git a/testing/web-platform/meta/svg/path/bearing/absolute.svg.ini b/testing/web-platform/meta/svg/path/bearing/absolute.svg.ini new file mode 100644 index 0000000000..745700cbc4 --- /dev/null +++ b/testing/web-platform/meta/svg/path/bearing/absolute.svg.ini @@ -0,0 +1,3 @@ +[absolute.svg] + expected: + FAIL diff --git a/testing/web-platform/meta/svg/path/bearing/relative.svg.ini b/testing/web-platform/meta/svg/path/bearing/relative.svg.ini new file mode 100644 index 0000000000..35e227a20b --- /dev/null +++ b/testing/web-platform/meta/svg/path/bearing/relative.svg.ini @@ -0,0 +1,3 @@ +[relative.svg] + expected: + FAIL
\ No newline at end of file diff --git a/testing/web-platform/meta/svg/path/bearing/zero.svg.ini b/testing/web-platform/meta/svg/path/bearing/zero.svg.ini new file mode 100644 index 0000000000..195e7fc6b1 --- /dev/null +++ b/testing/web-platform/meta/svg/path/bearing/zero.svg.ini @@ -0,0 +1,3 @@ +[zero.svg] + expected: + FAIL diff --git a/testing/web-platform/meta/svg/path/closepath/segment-completing.svg.ini b/testing/web-platform/meta/svg/path/closepath/segment-completing.svg.ini new file mode 100644 index 0000000000..7fcc40708a --- /dev/null +++ b/testing/web-platform/meta/svg/path/closepath/segment-completing.svg.ini @@ -0,0 +1,3 @@ +[segment-completing.svg] + expected: + FAIL diff --git a/testing/web-platform/meta/svg/path/distance/pathLength-zero-percentage.svg.ini b/testing/web-platform/meta/svg/path/distance/pathLength-zero-percentage.svg.ini new file mode 100644 index 0000000000..e381dc03ae --- /dev/null +++ b/testing/web-platform/meta/svg/path/distance/pathLength-zero-percentage.svg.ini @@ -0,0 +1,3 @@ +[pathLength-zero-percentage.svg] + expected: + FAIL diff --git a/testing/web-platform/meta/svg/path/distance/pathLength-zero.svg.ini b/testing/web-platform/meta/svg/path/distance/pathLength-zero.svg.ini new file mode 100644 index 0000000000..e17103e364 --- /dev/null +++ b/testing/web-platform/meta/svg/path/distance/pathLength-zero.svg.ini @@ -0,0 +1,3 @@ +[pathLength-zero.svg] + expected: + FAIL diff --git a/testing/web-platform/meta/svg/path/distance/pathlength-path-zero.svg.ini b/testing/web-platform/meta/svg/path/distance/pathlength-path-zero.svg.ini new file mode 100644 index 0000000000..f488c8e421 --- /dev/null +++ b/testing/web-platform/meta/svg/path/distance/pathlength-path-zero.svg.ini @@ -0,0 +1,2 @@ +[pathlength-path-zero.svg] + expected: FAIL diff --git a/testing/web-platform/meta/svg/path/interfaces/SVGAnimatedPathData-removed.svg.ini b/testing/web-platform/meta/svg/path/interfaces/SVGAnimatedPathData-removed.svg.ini new file mode 100644 index 0000000000..7ef740740f --- /dev/null +++ b/testing/web-platform/meta/svg/path/interfaces/SVGAnimatedPathData-removed.svg.ini @@ -0,0 +1,2 @@ +[SVGAnimatedPathData-removed.svg] + prefs: [dom.svg.pathSeg.enabled:false] diff --git a/testing/web-platform/meta/svg/path/property/__dir__.ini b/testing/web-platform/meta/svg/path/property/__dir__.ini new file mode 100644 index 0000000000..00fff73fb2 --- /dev/null +++ b/testing/web-platform/meta/svg/path/property/__dir__.ini @@ -0,0 +1 @@ +prefs: [layout.css.d-property.enabled:true] diff --git a/testing/web-platform/meta/svg/path/property/d-interpolation-single.svg.ini b/testing/web-platform/meta/svg/path/property/d-interpolation-single.svg.ini new file mode 100644 index 0000000000..933458bb8a --- /dev/null +++ b/testing/web-platform/meta/svg/path/property/d-interpolation-single.svg.ini @@ -0,0 +1,3 @@ +[d-interpolation-single.svg] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/svg/path/property/getComputedStyle.svg.ini b/testing/web-platform/meta/svg/path/property/getComputedStyle.svg.ini new file mode 100644 index 0000000000..a42d8a3791 --- /dev/null +++ b/testing/web-platform/meta/svg/path/property/getComputedStyle.svg.ini @@ -0,0 +1,8 @@ +[getComputedStyle.svg] + [d property of g5 should be path("M 10 5 H 50").] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1489392 + + [d property of p6 should be path("M 10 5 H 50").] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1489392 diff --git a/testing/web-platform/meta/svg/path/property/serialization.svg.ini b/testing/web-platform/meta/svg/path/property/serialization.svg.ini new file mode 100644 index 0000000000..370109ae72 --- /dev/null +++ b/testing/web-platform/meta/svg/path/property/serialization.svg.ini @@ -0,0 +1,18 @@ +[serialization.svg] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Property d value 'path("m 10 20 q 30 60 40 50 q 100 70 90 80")'] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1489392 + expected: FAIL + + [Property d value 'path("m 10 20 l 20 30 Z l 50 60 Z m 70 80 l 90 60 Z t 70 120")'] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1489392 + expected: FAIL + + [Property d value 'path("m 10.0 170.0 h 90.00 v 30.00 m 0 0 s 1 2 3 4 z c 9 8 7 6 5 4")'] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1489392 + expected: FAIL + + [Property d value ' path( "m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50" )'] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1489392 + expected: FAIL diff --git a/testing/web-platform/meta/svg/path/property/test_style_flush_on_dom_api_with_d_property.html.ini b/testing/web-platform/meta/svg/path/property/test_style_flush_on_dom_api_with_d_property.html.ini new file mode 100644 index 0000000000..26f3a32786 --- /dev/null +++ b/testing/web-platform/meta/svg/path/property/test_style_flush_on_dom_api_with_d_property.html.ini @@ -0,0 +1,3 @@ +[test_style_flush_on_dom_api_with_d_property.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |