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 --- .../the-summary-element/activation-behavior.html | 134 +++++++++++++++++++++ .../anchor-with-inline-element.html | 77 ++++++++++++ .../the-summary-element/anchor-without-link.html | 40 ++++++ .../click-behavior-optional.tentative.html | 39 ++++++ .../display-table-with-rt-crash.html | 9 ++ .../summary-untrusted-key-event.html | 104 ++++++++++++++++ 6 files changed, 403 insertions(+) create mode 100644 testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/activation-behavior.html create mode 100644 testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html create mode 100644 testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/anchor-without-link.html create mode 100644 testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/click-behavior-optional.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/display-table-with-rt-crash.html create mode 100644 testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/summary-untrusted-key-event.html (limited to 'testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element') diff --git a/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/activation-behavior.html b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/activation-behavior.html new file mode 100644 index 0000000000..4a3693bd2d --- /dev/null +++ b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/activation-behavior.html @@ -0,0 +1,134 @@ + + +summary element: activation behavior + + + + + +
+ +
+ Summary +

Contents

+
+ +
+ Summary +

Contents

+
+ + + +
+ +

Contents

+
+ +
+ + Summary +

Contents

+
+ +
+ Summary 1 + Summary 2 +

Contents

+
+ +
+ Summary 1 + Summary 2 +

Contents

+
+ +
+ Summary +

Contents

+
+ +
+ Summary +

Contents

+
+ + diff --git a/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html new file mode 100644 index 0000000000..6910a5de93 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/anchor-with-inline-element.html @@ -0,0 +1,77 @@ + + +summary element: clicking on anchor containing inline element + + + + + + +
+ Anchor text is wrapped with <i> tag permalink +

asdf

+
+ +
+ This one uses <span>. permalink +

asdf

+
+ +
+ + + + + + + + <circle> + + + + +

asdf

+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/anchor-without-link.html b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/anchor-without-link.html new file mode 100644 index 0000000000..edaf786b25 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/anchor-without-link.html @@ -0,0 +1,40 @@ + + +summary element: clicking on anchor without link + + + + + + +
+ Details +

Text

+
+ +
+ Details +

Text

+
+ + + diff --git a/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/click-behavior-optional.tentative.html b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/click-behavior-optional.tentative.html new file mode 100644 index 0000000000..4418413fef --- /dev/null +++ b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/click-behavior-optional.tentative.html @@ -0,0 +1,39 @@ + + +summary element: click behavior + + + + + + + + + +
+ +
+ Summary +

Contents

+
+ + + diff --git a/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/display-table-with-rt-crash.html b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/display-table-with-rt-crash.html new file mode 100644 index 0000000000..57cc45478e --- /dev/null +++ b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/display-table-with-rt-crash.html @@ -0,0 +1,9 @@ + + + + + + + diff --git a/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/summary-untrusted-key-event.html b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/summary-untrusted-key-event.html new file mode 100644 index 0000000000..21b66d52e7 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/interactive-elements/the-summary-element/summary-untrusted-key-event.html @@ -0,0 +1,104 @@ + + + +Summary + + + + +
+
+ Summary + Details +
+ + + -- cgit v1.2.3