mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
424 B
HTML
16 lines
424 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; border-width:0;">
|
|
<script>
|
|
function start() {
|
|
var input = document.querySelector("input");
|
|
input.focus();
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|