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 --- .../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 ++++++++++++++++ 4 files changed, 92 insertions(+), 1 deletion(-) 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 (limited to 'testing/web-platform/tests/svg/struct') 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> + + + + + + + + + + + + + + -- cgit v1.2.3