From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- dom/events/test/test_bug238987.html | 280 ++++++++++++++++++++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 dom/events/test/test_bug238987.html (limited to 'dom/events/test/test_bug238987.html') diff --git a/dom/events/test/test_bug238987.html b/dom/events/test/test_bug238987.html new file mode 100644 index 0000000000..b2712a25d0 --- /dev/null +++ b/dom/events/test/test_bug238987.html @@ -0,0 +1,280 @@ + + + + + Test for Bug 238987 + + + + + +Mozilla Bug 238987 +

+ +
+
+
+

Test:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
type="text"
type="button"
type="checkbox"
type="radio" checked +
type="radio" +
type="password"
type="file"
type="number"
button
select
aa link
tabindex="0"span

Form elements with tabindex="-1"

type="text"
type="button"
type="checkbox"
type="radio" checked +
type="radio" +
type="password"
type="file"
button
select

Form elements with .setAttribute("tabindex", "-1")

type="text"
type="button"
type="checkbox"
type="radio" checked +
type="radio" +
type="password"
type="file"
button
select
+

done.

+ + + -- cgit v1.2.3