diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /testing/web-platform/meta/svg | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/svg')
5 files changed, 17 insertions, 8 deletions
diff --git a/testing/web-platform/meta/svg/crashtests/chrome-bug-333487749.html.ini b/testing/web-platform/meta/svg/crashtests/chrome-bug-333487749.html.ini new file mode 100644 index 0000000000..64b81cf5bc --- /dev/null +++ b/testing/web-platform/meta/svg/crashtests/chrome-bug-333487749.html.ini @@ -0,0 +1,10 @@ +[chrome-bug-333487749.html] + expected: + if (os == "linux") and not swgl and not debug and not tsan and not asan and (version == "Ubuntu 22.04"): [PASS, TIMEOUT] + if (os == "linux") and not swgl and not debug and not tsan and asan: [PASS, TIMEOUT] + if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT] + if (os == "linux") and not swgl and debug and fission: TIMEOUT + if (os == "linux") and not swgl and debug and not fission: [TIMEOUT, PASS] + if (os == "linux") and not swgl and not debug and tsan: [TIMEOUT, PASS] + if (os == "linux") and swgl and debug: [PASS, TIMEOUT] + if (os == "linux") and swgl and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/svg/painting/reftests/paint-context-007.svg.ini b/testing/web-platform/meta/svg/painting/reftests/paint-context-007.svg.ini new file mode 100644 index 0000000000..73ed8c231e --- /dev/null +++ b/testing/web-platform/meta/svg/painting/reftests/paint-context-007.svg.ini @@ -0,0 +1,2 @@ +[paint-context-007.svg] + expected: FAIL diff --git a/testing/web-platform/meta/svg/painting/reftests/paint-context-008.svg.ini b/testing/web-platform/meta/svg/painting/reftests/paint-context-008.svg.ini new file mode 100644 index 0000000000..cfa128a1c0 --- /dev/null +++ b/testing/web-platform/meta/svg/painting/reftests/paint-context-008.svg.ini @@ -0,0 +1,2 @@ +[paint-context-008.svg] + expected: FAIL diff --git a/testing/web-platform/meta/svg/path/property/serialization.svg.ini b/testing/web-platform/meta/svg/path/property/serialization.svg.ini index 370109ae72..47cee44713 100644 --- a/testing/web-platform/meta/svg/path/property/serialization.svg.ini +++ b/testing/web-platform/meta/svg/path/property/serialization.svg.ini @@ -16,3 +16,6 @@ [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 + + [Property d value 'path("M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z")'] + expected: FAIL diff --git a/testing/web-platform/meta/svg/types/scripted/SVGLength-lh.html.ini b/testing/web-platform/meta/svg/types/scripted/SVGLength-lh.html.ini deleted file mode 100644 index 1eb0c10b46..0000000000 --- a/testing/web-platform/meta/svg/types/scripted/SVGLength-lh.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[SVGLength-lh.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - [lh unit in SVGLength] - expected: FAIL - - [Convert back to lh from new user unit value] - expected: FAIL |