diff options
Diffstat (limited to 'testing/web-platform/meta/svg/path')
9 files changed, 46 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/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/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] |