Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html class="reftest-wait">
<!--
-->
<head>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script>
function runTest()
{
sendKey("TAB");
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="runTest()">
<input id = "text1" type="text" autofocus value=""/>
<input id = "text2" type="text" value=""/>
</body>
</html>