bug1415416-ref.html (464B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=1415416 5 --> 6 <head> 7 <title>Test for Bug 1415416</title> 8 <script src="/tests/SimpleTest/EventUtils.js"></script> 9 <script> 10 function runTest() 11 { 12 sendKey("TAB"); 13 document.documentElement.removeAttribute("class"); 14 } 15 </script> 16 </head> 17 <body onload="runTest()"> 18 <input id = "text1" type="text" autofocus value=""/> 19 <input id = "text2" type="text" value=""/> 20 </body> 21 </html>