From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- testing/web-platform/meta/svg/__dir__.ini | 1 + .../web-platform/meta/svg/idlharness.window.js.ini | 58 ++++++++++++++++++++++ .../svg/linking/scripted/a.text-getter-01.svg.ini | 3 -- .../svg/linking/scripted/a.text-setter-01.svg.ini | 3 -- .../painting/reftests/paint-context-003.svg.ini | 2 + .../painting/reftests/paint-context-004.svg.ini | 2 + .../svg/painting/reftests/paint-order-002.svg.ini | 2 + .../svg/painting/reftests/paint-order-003.svg.ini | 2 + .../reftests/paintorder-text-decorations.svg.ini | 2 + .../meta/svg/render/order/z-index.svg.ini | 2 + .../meta/svg/rendering/order/z-index.svg.ini | 2 - .../scripted/svg-checkIntersection-002.svg.ini | 3 ++ .../scripted/svg-getIntersectionList-005.svg.ini | 3 ++ .../scripted/svg-getIntersectionList-006.svg.ini | 3 ++ 14 files changed, 80 insertions(+), 8 deletions(-) create mode 100644 testing/web-platform/meta/svg/__dir__.ini delete mode 100644 testing/web-platform/meta/svg/linking/scripted/a.text-getter-01.svg.ini delete mode 100644 testing/web-platform/meta/svg/linking/scripted/a.text-setter-01.svg.ini create mode 100644 testing/web-platform/meta/svg/painting/reftests/paint-context-003.svg.ini create mode 100644 testing/web-platform/meta/svg/painting/reftests/paint-context-004.svg.ini create mode 100644 testing/web-platform/meta/svg/painting/reftests/paint-order-002.svg.ini create mode 100644 testing/web-platform/meta/svg/painting/reftests/paint-order-003.svg.ini create mode 100644 testing/web-platform/meta/svg/painting/reftests/paintorder-text-decorations.svg.ini create mode 100644 testing/web-platform/meta/svg/render/order/z-index.svg.ini delete mode 100644 testing/web-platform/meta/svg/rendering/order/z-index.svg.ini create mode 100644 testing/web-platform/meta/svg/struct/scripted/svg-checkIntersection-002.svg.ini create mode 100644 testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList-005.svg.ini create mode 100644 testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList-006.svg.ini (limited to 'testing/web-platform/meta/svg') diff --git a/testing/web-platform/meta/svg/__dir__.ini b/testing/web-platform/meta/svg/__dir__.ini new file mode 100644 index 0000000000..cb391c5e54 --- /dev/null +++ b/testing/web-platform/meta/svg/__dir__.ini @@ -0,0 +1 @@ +prefs: [layout.css.transition-behavior.enabled:true] diff --git a/testing/web-platform/meta/svg/idlharness.window.js.ini b/testing/web-platform/meta/svg/idlharness.window.js.ini index eeb1d643dc..2db0b04ed7 100644 --- a/testing/web-platform/meta/svg/idlharness.window.js.ini +++ b/testing/web-platform/meta/svg/idlharness.window.js.ini @@ -1,4 +1,5 @@ [idlharness.window.html] + prefs: [svg.SVGAElement.text.enabled:true] [SVGElement interface: attribute correspondingElement] expected: FAIL @@ -439,3 +440,60 @@ [SVGDiscardElement interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL + + [SVGDiscardElement must be primary interface of objects.discard] + expected: FAIL + + [Stringification of objects.discard] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "targetElement" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "onbegin" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "onend" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "onrepeat" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "getStartTime()" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "getCurrentTime()" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "getSimpleDuration()" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "beginElement()" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "beginElementAt(float)" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: calling beginElementAt(float) on objects.discard with too few arguments must throw TypeError] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "endElement()" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "endElementAt(float)" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: calling endElementAt(float) on objects.discard with too few arguments must throw TypeError] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "requiredExtensions" with the proper type] + expected: FAIL + + [SVGAnimationElement interface: objects.discard must inherit property "systemLanguage" with the proper type] + expected: FAIL + + [SVGElement interface: objects.discard must inherit property "correspondingElement" with the proper type] + expected: FAIL + + [SVGElement interface: objects.discard must inherit property "correspondingUseElement" with the proper type] + expected: FAIL diff --git a/testing/web-platform/meta/svg/linking/scripted/a.text-getter-01.svg.ini b/testing/web-platform/meta/svg/linking/scripted/a.text-getter-01.svg.ini deleted file mode 100644 index 399a986cca..0000000000 --- a/testing/web-platform/meta/svg/linking/scripted/a.text-getter-01.svg.ini +++ /dev/null @@ -1,3 +0,0 @@ -[a.text-getter-01.svg] - expected: - if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/svg/linking/scripted/a.text-setter-01.svg.ini b/testing/web-platform/meta/svg/linking/scripted/a.text-setter-01.svg.ini deleted file mode 100644 index 712dd20197..0000000000 --- a/testing/web-platform/meta/svg/linking/scripted/a.text-setter-01.svg.ini +++ /dev/null @@ -1,3 +0,0 @@ -[a.text-setter-01.svg] - expected: - if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/svg/painting/reftests/paint-context-003.svg.ini b/testing/web-platform/meta/svg/painting/reftests/paint-context-003.svg.ini new file mode 100644 index 0000000000..f710507010 --- /dev/null +++ b/testing/web-platform/meta/svg/painting/reftests/paint-context-003.svg.ini @@ -0,0 +1,2 @@ +[paint-context-003.svg] + expected: FAIL diff --git a/testing/web-platform/meta/svg/painting/reftests/paint-context-004.svg.ini b/testing/web-platform/meta/svg/painting/reftests/paint-context-004.svg.ini new file mode 100644 index 0000000000..f450583b21 --- /dev/null +++ b/testing/web-platform/meta/svg/painting/reftests/paint-context-004.svg.ini @@ -0,0 +1,2 @@ +[paint-context-004.svg] + expected: FAIL diff --git a/testing/web-platform/meta/svg/painting/reftests/paint-order-002.svg.ini b/testing/web-platform/meta/svg/painting/reftests/paint-order-002.svg.ini new file mode 100644 index 0000000000..02e65b1c49 --- /dev/null +++ b/testing/web-platform/meta/svg/painting/reftests/paint-order-002.svg.ini @@ -0,0 +1,2 @@ +[paint-order-002.svg] + expected: FAIL diff --git a/testing/web-platform/meta/svg/painting/reftests/paint-order-003.svg.ini b/testing/web-platform/meta/svg/painting/reftests/paint-order-003.svg.ini new file mode 100644 index 0000000000..e864fe7175 --- /dev/null +++ b/testing/web-platform/meta/svg/painting/reftests/paint-order-003.svg.ini @@ -0,0 +1,2 @@ +[paint-order-003.svg] + expected: FAIL diff --git a/testing/web-platform/meta/svg/painting/reftests/paintorder-text-decorations.svg.ini b/testing/web-platform/meta/svg/painting/reftests/paintorder-text-decorations.svg.ini new file mode 100644 index 0000000000..7b5e8ba809 --- /dev/null +++ b/testing/web-platform/meta/svg/painting/reftests/paintorder-text-decorations.svg.ini @@ -0,0 +1,2 @@ +[paintorder-text-decorations.svg] + expected: FAIL diff --git a/testing/web-platform/meta/svg/render/order/z-index.svg.ini b/testing/web-platform/meta/svg/render/order/z-index.svg.ini new file mode 100644 index 0000000000..3f61191484 --- /dev/null +++ b/testing/web-platform/meta/svg/render/order/z-index.svg.ini @@ -0,0 +1,2 @@ +[z-index.svg] + expected: FAIL diff --git a/testing/web-platform/meta/svg/rendering/order/z-index.svg.ini b/testing/web-platform/meta/svg/rendering/order/z-index.svg.ini deleted file mode 100644 index 3f61191484..0000000000 --- a/testing/web-platform/meta/svg/rendering/order/z-index.svg.ini +++ /dev/null @@ -1,2 +0,0 @@ -[z-index.svg] - expected: FAIL diff --git a/testing/web-platform/meta/svg/struct/scripted/svg-checkIntersection-002.svg.ini b/testing/web-platform/meta/svg/struct/scripted/svg-checkIntersection-002.svg.ini new file mode 100644 index 0000000000..3820a4cc56 --- /dev/null +++ b/testing/web-platform/meta/svg/struct/scripted/svg-checkIntersection-002.svg.ini @@ -0,0 +1,3 @@ +[svg-checkIntersection-002.svg] + [checkIntersection()] + expected: FAIL diff --git a/testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList-005.svg.ini b/testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList-005.svg.ini new file mode 100644 index 0000000000..26fe36b84c --- /dev/null +++ b/testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList-005.svg.ini @@ -0,0 +1,3 @@ +[svg-getIntersectionList-005.svg] + [getIntersectionList() on element with intersecting bounding box] + expected: FAIL diff --git a/testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList-006.svg.ini b/testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList-006.svg.ini new file mode 100644 index 0000000000..b7871a2740 --- /dev/null +++ b/testing/web-platform/meta/svg/struct/scripted/svg-getIntersectionList-006.svg.ini @@ -0,0 +1,3 @@ +[svg-getIntersectionList-006.svg] + [getIntersectionList() with ] + expected: FAIL -- cgit v1.2.3