From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../animations/repeatcount-attribute-mutation.html | 19 +++++++ .../tests/svg/animations/stop-animation-01.html | 21 +++++++ .../tests/svg/color-inherit-link-visited-ref.svg | 3 - .../tests/svg/color-inherit-link-visited.svg | 8 --- .../tests/svg/crashtests/firefox-bug-1883804.html | 3 + testing/web-platform/tests/svg/historical.html | 3 + .../web-platform/tests/svg/idlharness.window.js | 4 +- .../tests/svg/import/animate-elem-30-t-manual.svg | 2 +- .../tests/svg/import/animate-elem-85-t-manual.svg | 18 +++--- .../import/animate-pservers-grad-01-b-manual.svg | 10 ++-- .../tests/svg/interact/scripted/async-02.html | 31 ++++++++++ .../tests/svg/interact/scripted/async-03.html | 31 ++++++++++ .../tests/svg/interact/scripted/defer-02.html | 32 +++++++++++ .../tests/svg/interact/scripted/module-02.html | 31 ++++++++++ .../svg/linking/scripted/a.text-getter-01.svg | 37 ------------ .../svg/linking/scripted/a.text-setter-01.svg | 44 --------------- .../svg/painting/reftests/paint-context-001.svg | 4 +- .../painting/reftests/paint-context-003-ref.svg | 17 ++++++ .../svg/painting/reftests/paint-context-003.svg | 26 +++++++++ .../painting/reftests/paint-context-004-ref.svg | 30 ++++++++++ .../svg/painting/reftests/paint-context-004.svg | 31 ++++++++++ .../painting/reftests/paint-context-005-ref.svg | 22 ++++++++ .../svg/painting/reftests/paint-context-005.svg | 39 +++++++++++++ .../svg/painting/reftests/paint-order-002-ref.svg | 61 ++++++++++++++++++++ .../svg/painting/reftests/paint-order-002.svg | 39 +++++++++++++ .../svg/painting/reftests/paint-order-003-ref.svg | 61 ++++++++++++++++++++ .../svg/painting/reftests/paint-order-003.svg | 39 +++++++++++++ .../reftests/paintorder-text-decorations-ref.svg | 66 ++++++++++++++++++++++ .../reftests/paintorder-text-decorations.svg | 38 +++++++++++++ .../pservers/reftests/gradient-transform-03.svg | 22 ++++++++ .../svg/pservers/reftests/pattern-transform-03.svg | 21 +++++++ .../render/order/clip-path-filter-order-ref.svg | 6 ++ .../svg/render/order/clip-path-filter-order.svg | 26 +++++++++ .../tests/svg/render/order/z-index-ref.svg | 9 +++ .../tests/svg/render/order/z-index.svg | 15 +++++ .../rendering/order/clip-path-filter-order-ref.svg | 6 -- .../svg/rendering/order/clip-path-filter-order.svg | 26 --------- .../tests/svg/rendering/order/z-index-ref.svg | 9 --- .../tests/svg/rendering/order/z-index.svg | 15 ----- .../struct/scripted/svg-checkIntersection-002.svg | 40 +++++++++++++ .../scripted/svg-getIntersectionList-002.svg | 2 +- .../scripted/svg-getIntersectionList-005.svg | 22 ++++++++ .../scripted/svg-getIntersectionList-006.svg | 29 ++++++++++ .../svg/styling/color-inherit-link-visited-ref.svg | 3 + .../svg/styling/color-inherit-link-visited.svg | 8 +++ 45 files changed, 861 insertions(+), 168 deletions(-) create mode 100644 testing/web-platform/tests/svg/animations/repeatcount-attribute-mutation.html create mode 100644 testing/web-platform/tests/svg/animations/stop-animation-01.html delete mode 100644 testing/web-platform/tests/svg/color-inherit-link-visited-ref.svg delete mode 100644 testing/web-platform/tests/svg/color-inherit-link-visited.svg create mode 100644 testing/web-platform/tests/svg/crashtests/firefox-bug-1883804.html create mode 100644 testing/web-platform/tests/svg/interact/scripted/async-02.html create mode 100644 testing/web-platform/tests/svg/interact/scripted/async-03.html create mode 100644 testing/web-platform/tests/svg/interact/scripted/defer-02.html create mode 100644 testing/web-platform/tests/svg/interact/scripted/module-02.html delete mode 100644 testing/web-platform/tests/svg/linking/scripted/a.text-getter-01.svg delete mode 100644 testing/web-platform/tests/svg/linking/scripted/a.text-setter-01.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-context-003-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-context-003.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-context-004-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-context-004.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-context-005-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-context-005.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-order-002-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-order-002.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-order-003-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paint-order-003.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paintorder-text-decorations-ref.svg create mode 100644 testing/web-platform/tests/svg/painting/reftests/paintorder-text-decorations.svg create mode 100644 testing/web-platform/tests/svg/pservers/reftests/gradient-transform-03.svg create mode 100644 testing/web-platform/tests/svg/pservers/reftests/pattern-transform-03.svg create mode 100644 testing/web-platform/tests/svg/render/order/clip-path-filter-order-ref.svg create mode 100644 testing/web-platform/tests/svg/render/order/clip-path-filter-order.svg create mode 100644 testing/web-platform/tests/svg/render/order/z-index-ref.svg create mode 100644 testing/web-platform/tests/svg/render/order/z-index.svg delete mode 100644 testing/web-platform/tests/svg/rendering/order/clip-path-filter-order-ref.svg delete mode 100644 testing/web-platform/tests/svg/rendering/order/clip-path-filter-order.svg delete mode 100644 testing/web-platform/tests/svg/rendering/order/z-index-ref.svg delete mode 100644 testing/web-platform/tests/svg/rendering/order/z-index.svg create mode 100644 testing/web-platform/tests/svg/struct/scripted/svg-checkIntersection-002.svg create mode 100644 testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-005.svg create mode 100644 testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-006.svg create mode 100644 testing/web-platform/tests/svg/styling/color-inherit-link-visited-ref.svg create mode 100644 testing/web-platform/tests/svg/styling/color-inherit-link-visited.svg (limited to 'testing/web-platform/tests/svg') diff --git a/testing/web-platform/tests/svg/animations/repeatcount-attribute-mutation.html b/testing/web-platform/tests/svg/animations/repeatcount-attribute-mutation.html new file mode 100644 index 0000000000..fd4952b4ba --- /dev/null +++ b/testing/web-platform/tests/svg/animations/repeatcount-attribute-mutation.html @@ -0,0 +1,19 @@ + +Mutating the 'repeatCount' attribute after the element has been inserted + + + + + + + + diff --git a/testing/web-platform/tests/svg/animations/stop-animation-01.html b/testing/web-platform/tests/svg/animations/stop-animation-01.html new file mode 100644 index 0000000000..d240c51142 --- /dev/null +++ b/testing/web-platform/tests/svg/animations/stop-animation-01.html @@ -0,0 +1,21 @@ + + +Animate a <stop> element + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/color-inherit-link-visited-ref.svg b/testing/web-platform/tests/svg/color-inherit-link-visited-ref.svg deleted file mode 100644 index 3342e9347c..0000000000 --- a/testing/web-platform/tests/svg/color-inherit-link-visited-ref.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/testing/web-platform/tests/svg/color-inherit-link-visited.svg b/testing/web-platform/tests/svg/color-inherit-link-visited.svg deleted file mode 100644 index 9324f1116b..0000000000 --- a/testing/web-platform/tests/svg/color-inherit-link-visited.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/testing/web-platform/tests/svg/crashtests/firefox-bug-1883804.html b/testing/web-platform/tests/svg/crashtests/firefox-bug-1883804.html new file mode 100644 index 0000000000..83327b69d3 --- /dev/null +++ b/testing/web-platform/tests/svg/crashtests/firefox-bug-1883804.html @@ -0,0 +1,3 @@ + + diff --git a/testing/web-platform/tests/svg/historical.html b/testing/web-platform/tests/svg/historical.html index 47935c6461..ed455ae248 100644 --- a/testing/web-platform/tests/svg/historical.html +++ b/testing/web-platform/tests/svg/historical.html @@ -65,6 +65,9 @@ var removedMembers = { "xmllang", "xmlspace" ], + "SVGAElement": [ + "text" + ], "SVGGraphicsElement": [ "farthestViewportElement", "getTransformToElement", diff --git a/testing/web-platform/tests/svg/idlharness.window.js b/testing/web-platform/tests/svg/idlharness.window.js index 04cf99729e..a26fa2bef6 100644 --- a/testing/web-platform/tests/svg/idlharness.window.js +++ b/testing/web-platform/tests/svg/idlharness.window.js @@ -42,9 +42,9 @@ const elements = [ 'script', 'animate', 'set', + 'discard', 'animateMotion', 'mpath', - 'animateColor', 'animateTransform', 'metadata', 'foreignObject', @@ -167,10 +167,10 @@ idl_test( SVGViewElement: ['objects.view'], SVGScriptElement: ['objects.script'], SVGAnimateElement: ['objects.animate'], + SVGDiscardElement: ['objects.discard'], SVGSetElement: ['objects.set'], SVGAnimateMotionElement: ['objects.animateMotion'], SVGMPathElement: ['objects.mpath'], - SVGAnimateColorElement: ['objects.animateColor'], SVGAnimateTransformElement: ['objects.animateTransform'], SVGMetadataElement: ['objects.metadata'], SVGForeignObjectElement: ['objects.foreignObject'], diff --git a/testing/web-platform/tests/svg/import/animate-elem-30-t-manual.svg b/testing/web-platform/tests/svg/import/animate-elem-30-t-manual.svg index d27f9a1d6d..bfc4cb4861 100644 --- a/testing/web-platform/tests/svg/import/animate-elem-30-t-manual.svg +++ b/testing/web-platform/tests/svg/import/animate-elem-30-t-manual.svg @@ -95,7 +95,7 @@ - + diff --git a/testing/web-platform/tests/svg/import/animate-elem-85-t-manual.svg b/testing/web-platform/tests/svg/import/animate-elem-85-t-manual.svg index 6c09ffb3b5..c5ded325cd 100644 --- a/testing/web-platform/tests/svg/import/animate-elem-85-t-manual.svg +++ b/testing/web-platform/tests/svg/import/animate-elem-85-t-manual.svg @@ -15,7 +15,7 @@ version="$Revision: 1.8 $" testname="$RCSfile: animate-elem-85-t.svg,v $">

- The first subtest tests animateColor with 'to' and 'from' values including + The first subtest tests animate with 'to' and 'from' values including currentColor. The second subtest checks that the value of currentColor is the current animated value of the color property, by animating the color property at the same time as animating fill with a 'from' or 'to' value of currentColor. @@ -50,29 +50,29 @@ - + - + - + - + - - + + - - + + + + + + diff --git a/testing/web-platform/tests/svg/interact/scripted/module-02.html b/testing/web-platform/tests/svg/interact/scripted/module-02.html new file mode 100644 index 0000000000..8a6d6ac3f6 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/module-02.html @@ -0,0 +1,31 @@ + + + Inline module script without external deps onload blocking + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/linking/scripted/a.text-getter-01.svg b/testing/web-platform/tests/svg/linking/scripted/a.text-getter-01.svg deleted file mode 100644 index d0b26f2042..0000000000 --- a/testing/web-platform/tests/svg/linking/scripted/a.text-getter-01.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - SVGAElement.text getting - - - - - - a b c - a b c - a b c - a c - - - - - - \ No newline at end of file diff --git a/testing/web-platform/tests/svg/linking/scripted/a.text-setter-01.svg b/testing/web-platform/tests/svg/linking/scripted/a.text-setter-01.svg deleted file mode 100644 index 53ad8fce9a..0000000000 --- a/testing/web-platform/tests/svg/linking/scripted/a.text-setter-01.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - SVGAElement.text setting - - - - - a b c - a c - a b c - - - - - - \ No newline at end of file diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-001.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-001.svg index fd58d9b790..7be33cb20f 100644 --- a/testing/web-platform/tests/svg/painting/reftests/paint-context-001.svg +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-001.svg @@ -35,7 +35,7 @@ - + @@ -44,4 +44,4 @@ - + \ No newline at end of file diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-003-ref.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-003-ref.svg new file mode 100644 index 0000000000..69ba36f448 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-003-ref.svg @@ -0,0 +1,17 @@ + + + Paint: 'context-fill' and 'context-stroke' vis-a-vis 'currentcolor' + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-003.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-003.svg new file mode 100644 index 0000000000..be1f378bf8 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-003.svg @@ -0,0 +1,26 @@ + + + Paint: 'context-fill' and 'context-stroke' vis-a-vis 'currentcolor' + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-004-ref.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-004-ref.svg new file mode 100644 index 0000000000..25acb75ba0 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-004-ref.svg @@ -0,0 +1,30 @@ + + + Paint: 'context-fill' and 'context-stroke' with paint server + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-004.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-004.svg new file mode 100644 index 0000000000..669d44de46 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-004.svg @@ -0,0 +1,31 @@ + + + Paint: 'context-fill' and 'context-stroke' with paint server + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-005-ref.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-005-ref.svg new file mode 100644 index 0000000000..fa30a5361c --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-005-ref.svg @@ -0,0 +1,22 @@ + + + Paint: 'paint-order' + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-context-005.svg b/testing/web-platform/tests/svg/painting/reftests/paint-context-005.svg new file mode 100644 index 0000000000..8bbfff8d47 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-context-005.svg @@ -0,0 +1,39 @@ + + + Paint: 'context-fill' and 'context-stroke' invalidation test + + + + + + + + + + + + + + + + + + + async_test(t => { + onload = () => { + requestAnimationFrame(() => { requestAnimationFrame(() => { + let use = document.getElementById("use"); + use.style = "fill:lightblue;stroke:green"; + requestAnimationFrame(() => { t.done() }); + })}); + }; + }); + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-order-002-ref.svg b/testing/web-platform/tests/svg/painting/reftests/paint-order-002-ref.svg new file mode 100644 index 0000000000..372e53e463 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-order-002-ref.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-order-002.svg b/testing/web-platform/tests/svg/painting/reftests/paint-order-002.svg new file mode 100644 index 0000000000..a9bf7d01fc --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-order-002.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-order-003-ref.svg b/testing/web-platform/tests/svg/painting/reftests/paint-order-003-ref.svg new file mode 100644 index 0000000000..6abc0c76af --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-order-003-ref.svg @@ -0,0 +1,61 @@ + + + + + + + test + + + test + test + + + test + test + test + + + test + test + test + + + test + test + test + + + test + test + test + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paint-order-003.svg b/testing/web-platform/tests/svg/painting/reftests/paint-order-003.svg new file mode 100644 index 0000000000..f196260074 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paint-order-003.svg @@ -0,0 +1,39 @@ + + + + + + + + test + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paintorder-text-decorations-ref.svg b/testing/web-platform/tests/svg/painting/reftests/paintorder-text-decorations-ref.svg new file mode 100644 index 0000000000..c209d88a77 --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paintorder-text-decorations-ref.svg @@ -0,0 +1,66 @@ + + + + + + + + test + + + test + test + + + test + test + test + + + test + test + test + + + test + test + test + + + test + test + test + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/painting/reftests/paintorder-text-decorations.svg b/testing/web-platform/tests/svg/painting/reftests/paintorder-text-decorations.svg new file mode 100644 index 0000000000..5b313220bd --- /dev/null +++ b/testing/web-platform/tests/svg/painting/reftests/paintorder-text-decorations.svg @@ -0,0 +1,38 @@ + + + + + + + + test + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/pservers/reftests/gradient-transform-03.svg b/testing/web-platform/tests/svg/pservers/reftests/gradient-transform-03.svg new file mode 100644 index 0000000000..25e304614d --- /dev/null +++ b/testing/web-platform/tests/svg/pservers/reftests/gradient-transform-03.svg @@ -0,0 +1,22 @@ + + Gradient with 'transform' property added dynamically + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/pservers/reftests/pattern-transform-03.svg b/testing/web-platform/tests/svg/pservers/reftests/pattern-transform-03.svg new file mode 100644 index 0000000000..b2e0e7aaa2 --- /dev/null +++ b/testing/web-platform/tests/svg/pservers/reftests/pattern-transform-03.svg @@ -0,0 +1,21 @@ + + Pattern with 'transform' property added dynamically + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/render/order/clip-path-filter-order-ref.svg b/testing/web-platform/tests/svg/render/order/clip-path-filter-order-ref.svg new file mode 100644 index 0000000000..ea42d9eb02 --- /dev/null +++ b/testing/web-platform/tests/svg/render/order/clip-path-filter-order-ref.svg @@ -0,0 +1,6 @@ + + + diff --git a/testing/web-platform/tests/svg/render/order/clip-path-filter-order.svg b/testing/web-platform/tests/svg/render/order/clip-path-filter-order.svg new file mode 100644 index 0000000000..22cda52d68 --- /dev/null +++ b/testing/web-platform/tests/svg/render/order/clip-path-filter-order.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/render/order/z-index-ref.svg b/testing/web-platform/tests/svg/render/order/z-index-ref.svg new file mode 100644 index 0000000000..ff7f915668 --- /dev/null +++ b/testing/web-platform/tests/svg/render/order/z-index-ref.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/testing/web-platform/tests/svg/render/order/z-index.svg b/testing/web-platform/tests/svg/render/order/z-index.svg new file mode 100644 index 0000000000..786290a158 --- /dev/null +++ b/testing/web-platform/tests/svg/render/order/z-index.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/rendering/order/clip-path-filter-order-ref.svg b/testing/web-platform/tests/svg/rendering/order/clip-path-filter-order-ref.svg deleted file mode 100644 index ea42d9eb02..0000000000 --- a/testing/web-platform/tests/svg/rendering/order/clip-path-filter-order-ref.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/testing/web-platform/tests/svg/rendering/order/clip-path-filter-order.svg b/testing/web-platform/tests/svg/rendering/order/clip-path-filter-order.svg deleted file mode 100644 index 22cda52d68..0000000000 --- a/testing/web-platform/tests/svg/rendering/order/clip-path-filter-order.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/testing/web-platform/tests/svg/rendering/order/z-index-ref.svg b/testing/web-platform/tests/svg/rendering/order/z-index-ref.svg deleted file mode 100644 index ff7f915668..0000000000 --- a/testing/web-platform/tests/svg/rendering/order/z-index-ref.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - diff --git a/testing/web-platform/tests/svg/rendering/order/z-index.svg b/testing/web-platform/tests/svg/rendering/order/z-index.svg deleted file mode 100644 index 786290a158..0000000000 --- a/testing/web-platform/tests/svg/rendering/order/z-index.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - diff --git a/testing/web-platform/tests/svg/struct/scripted/svg-checkIntersection-002.svg b/testing/web-platform/tests/svg/struct/scripted/svg-checkIntersection-002.svg new file mode 100644 index 0000000000..1ff1f7829f --- /dev/null +++ b/testing/web-platform/tests/svg/struct/scripted/svg-checkIntersection-002.svg @@ -0,0 +1,40 @@ + + checkIntersection() + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-002.svg b/testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-002.svg index c2c1f8e425..dd30943569 100644 --- a/testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-002.svg +++ b/testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-002.svg @@ -10,7 +10,7 @@ r.x = 0; r.y = 0; r.width = 100; - r.height = 100; + r.height = 99.9; assert_equals(testSVG.getIntersectionList(r, testSVG).length, 1); }); diff --git a/testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-005.svg b/testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-005.svg new file mode 100644 index 0000000000..717c15eef5 --- /dev/null +++ b/testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-005.svg @@ -0,0 +1,22 @@ + + getIntersectionList() on element with intersecting bounding box + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-006.svg b/testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-006.svg new file mode 100644 index 0000000000..a7b9465013 --- /dev/null +++ b/testing/web-platform/tests/svg/struct/scripted/svg-getIntersectionList-006.svg @@ -0,0 +1,29 @@ + + getIntersectionList() with <use> + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/styling/color-inherit-link-visited-ref.svg b/testing/web-platform/tests/svg/styling/color-inherit-link-visited-ref.svg new file mode 100644 index 0000000000..3342e9347c --- /dev/null +++ b/testing/web-platform/tests/svg/styling/color-inherit-link-visited-ref.svg @@ -0,0 +1,3 @@ + + + diff --git a/testing/web-platform/tests/svg/styling/color-inherit-link-visited.svg b/testing/web-platform/tests/svg/styling/color-inherit-link-visited.svg new file mode 100644 index 0000000000..9324f1116b --- /dev/null +++ b/testing/web-platform/tests/svg/styling/color-inherit-link-visited.svg @@ -0,0 +1,8 @@ + + + + + + + + -- cgit v1.2.3