From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- dom/events/test/test_bug238987.html | 282 ++++++++++++++++++++++++++++++++++++ 1 file changed, 282 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 000000000..814b0596b --- /dev/null +++ b/dom/events/test/test_bug238987.html @@ -0,0 +1,282 @@ + + + + + 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