diff -r 000000000000 -r 6474c204b198 dom/events/test/test_bug238987.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/events/test/test_bug238987.html Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,292 @@ + + + +
++ ++
type="text" | + |
type="button" | + |
type="checkbox" | + |
type="radio" checked | + | +
type="radio" | + | +
type="password" | + |
type="file" | + |
type="number" | + |
button | + |
select | + |
a | a 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 | + |