blob: 1180844f601ae329e18f99dfa347919c79b4b128 (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE>
<html class="reftest-wait">
<link rel='stylesheet' type='text/css' href='style.css'>
<body onload="document.getElementsByTagName('input')[0].focus();">
<input class='invalid-ref' onfocus="document.documentElement.className='';">
</body>
</html>
|