зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
441 B
HTML
16 строки
441 B
HTML
<html class="reftest-wait">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<body onload="start()">
|
|
<input type="text" style="text-align:right; overflow:hidden; border-width:0;">
|
|
<script>
|
|
function start() {
|
|
var input = document.querySelector("input");
|
|
input.focus();
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|