From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../tests/svg/interact/inheritance.svg | 22 ++ .../interact/manual/event-attribute-001-manual.svg | 27 +++ .../interact/parsing/pointer-events-computed.svg | 28 +++ .../interact/parsing/pointer-events-invalid.svg | 20 ++ .../svg/interact/parsing/pointer-events-valid.svg | 28 +++ .../tests/svg/interact/script-common.html | 55 +++++ .../tests/svg/interact/script-content.svg | 239 +++++++++++++++++++++ .../svg/interact/scripted/composed.window.svg | 29 +++ .../svg/interact/scripted/ellipse-hittest.html | 76 +++++++ .../tests/svg/interact/scripted/focus-events.svg | 34 +++ .../scripted/focus-tabindex-default-value.svg | 21 ++ .../svg/interact/scripted/rect-hittest-001.html | 37 ++++ .../svg/interact/scripted/rect-hittest-002.html | 109 ++++++++++ .../svg/interact/scripted/resources/blank.htm | 1 + .../interact/scripted/svg-pointer-events-bbox.html | 155 +++++++++++++ .../svg/interact/scripted/svg-small-big-path.html | 47 ++++ .../svg/interact/scripted/tabindex-focus-flag.svg | 125 +++++++++++ 17 files changed, 1053 insertions(+) create mode 100644 testing/web-platform/tests/svg/interact/inheritance.svg create mode 100644 testing/web-platform/tests/svg/interact/manual/event-attribute-001-manual.svg create mode 100644 testing/web-platform/tests/svg/interact/parsing/pointer-events-computed.svg create mode 100644 testing/web-platform/tests/svg/interact/parsing/pointer-events-invalid.svg create mode 100644 testing/web-platform/tests/svg/interact/parsing/pointer-events-valid.svg create mode 100644 testing/web-platform/tests/svg/interact/script-common.html create mode 100644 testing/web-platform/tests/svg/interact/script-content.svg create mode 100644 testing/web-platform/tests/svg/interact/scripted/composed.window.svg create mode 100644 testing/web-platform/tests/svg/interact/scripted/ellipse-hittest.html create mode 100644 testing/web-platform/tests/svg/interact/scripted/focus-events.svg create mode 100644 testing/web-platform/tests/svg/interact/scripted/focus-tabindex-default-value.svg create mode 100644 testing/web-platform/tests/svg/interact/scripted/rect-hittest-001.html create mode 100644 testing/web-platform/tests/svg/interact/scripted/rect-hittest-002.html create mode 100644 testing/web-platform/tests/svg/interact/scripted/resources/blank.htm create mode 100644 testing/web-platform/tests/svg/interact/scripted/svg-pointer-events-bbox.html create mode 100644 testing/web-platform/tests/svg/interact/scripted/svg-small-big-path.html create mode 100644 testing/web-platform/tests/svg/interact/scripted/tabindex-focus-flag.svg (limited to 'testing/web-platform/tests/svg/interact') diff --git a/testing/web-platform/tests/svg/interact/inheritance.svg b/testing/web-platform/tests/svg/interact/inheritance.svg new file mode 100644 index 0000000000..e67f19ed43 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/inheritance.svg @@ -0,0 +1,22 @@ + + + Inheritance of pointer-events + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/interact/manual/event-attribute-001-manual.svg b/testing/web-platform/tests/svg/interact/manual/event-attribute-001-manual.svg new file mode 100644 index 0000000000..af22470b9a --- /dev/null +++ b/testing/web-platform/tests/svg/interact/manual/event-attribute-001-manual.svg @@ -0,0 +1,27 @@ + + + Event attributes - onwheel + + + + + + + + Select the box, use the mouse wheel and check that the box become green. + + diff --git a/testing/web-platform/tests/svg/interact/parsing/pointer-events-computed.svg b/testing/web-platform/tests/svg/interact/parsing/pointer-events-computed.svg new file mode 100644 index 0000000000..e168d6d9b5 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/parsing/pointer-events-computed.svg @@ -0,0 +1,28 @@ + + SVG Scripting and Interactivity: getComputedStyle().pointerEvents + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/interact/parsing/pointer-events-invalid.svg b/testing/web-platform/tests/svg/interact/parsing/pointer-events-invalid.svg new file mode 100644 index 0000000000..12f1c48ece --- /dev/null +++ b/testing/web-platform/tests/svg/interact/parsing/pointer-events-invalid.svg @@ -0,0 +1,20 @@ + + SVG Scripting and Interactivity: parsing pointer-events with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/interact/parsing/pointer-events-valid.svg b/testing/web-platform/tests/svg/interact/parsing/pointer-events-valid.svg new file mode 100644 index 0000000000..d72aee6273 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/parsing/pointer-events-valid.svg @@ -0,0 +1,28 @@ + + SVG Scripting and Interactivity: parsing pointer-events with valid values + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/interact/script-common.html b/testing/web-platform/tests/svg/interact/script-common.html new file mode 100644 index 0000000000..fc2ae3ba01 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/script-common.html @@ -0,0 +1,55 @@ + + +Test: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + diff --git a/testing/web-platform/tests/svg/interact/script-content.svg b/testing/web-platform/tests/svg/interact/script-content.svg new file mode 100644 index 0000000000..94836f7c03 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/script-content.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/interact/scripted/composed.window.svg b/testing/web-platform/tests/svg/interact/scripted/composed.window.svg new file mode 100644 index 0000000000..b63dcf0244 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/composed.window.svg @@ -0,0 +1,29 @@ + + + Focus events are composed + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/svg/interact/scripted/ellipse-hittest.html b/testing/web-platform/tests/svg/interact/scripted/ellipse-hittest.html new file mode 100644 index 0000000000..70b54e0726 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/ellipse-hittest.html @@ -0,0 +1,76 @@ + +elementFromPoint(...) on <ellipse>s with continuous strokes + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/interact/scripted/focus-events.svg b/testing/web-platform/tests/svg/interact/scripted/focus-events.svg new file mode 100644 index 0000000000..bf307b79fd --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/focus-events.svg @@ -0,0 +1,34 @@ + + + Focus management + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/svg/interact/scripted/focus-tabindex-default-value.svg b/testing/web-platform/tests/svg/interact/scripted/focus-tabindex-default-value.svg new file mode 100644 index 0000000000..3af1acffd8 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/focus-tabindex-default-value.svg @@ -0,0 +1,21 @@ + + + SVG Test: focus - default value of tabindex + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/svg/interact/scripted/rect-hittest-001.html b/testing/web-platform/tests/svg/interact/scripted/rect-hittest-001.html new file mode 100644 index 0000000000..4256628bc6 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/rect-hittest-001.html @@ -0,0 +1,37 @@ + +elementFromPoint(...) on <rect>s + + + + + + + + + diff --git a/testing/web-platform/tests/svg/interact/scripted/rect-hittest-002.html b/testing/web-platform/tests/svg/interact/scripted/rect-hittest-002.html new file mode 100644 index 0000000000..7eb70f8530 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/rect-hittest-002.html @@ -0,0 +1,109 @@ + +elementFromPoint(...) on <rect>s with simple strokes + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/interact/scripted/resources/blank.htm b/testing/web-platform/tests/svg/interact/scripted/resources/blank.htm new file mode 100644 index 0000000000..18ecdcb795 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/resources/blank.htm @@ -0,0 +1 @@ + diff --git a/testing/web-platform/tests/svg/interact/scripted/svg-pointer-events-bbox.html b/testing/web-platform/tests/svg/interact/scripted/svg-pointer-events-bbox.html new file mode 100644 index 0000000000..8db9149c23 --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/svg-pointer-events-bbox.html @@ -0,0 +1,155 @@ + +pointer-events: bounding-box + + + + + + + + + + + + Text should change color when mouse is within the bbox. + Text should change color when mouse is within the bbox. + Text should end here.invisible + + + diff --git a/testing/web-platform/tests/svg/interact/scripted/svg-small-big-path.html b/testing/web-platform/tests/svg/interact/scripted/svg-small-big-path.html new file mode 100644 index 0000000000..ba0e403f6d --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/svg-small-big-path.html @@ -0,0 +1,47 @@ + +Hit-test on a path whose x/y ranges have different magnitude + + + + + + + + + + diff --git a/testing/web-platform/tests/svg/interact/scripted/tabindex-focus-flag.svg b/testing/web-platform/tests/svg/interact/scripted/tabindex-focus-flag.svg new file mode 100644 index 0000000000..29ba209b2b --- /dev/null +++ b/testing/web-platform/tests/svg/interact/scripted/tabindex-focus-flag.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3