From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- dom/events/test/test_bug238987.html | 279 ++++++++++++++++++++++++++++++++++++ 1 file changed, 279 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..3a7b12653b --- /dev/null +++ b/dom/events/test/test_bug238987.html @@ -0,0 +1,279 @@ + + + + + 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