blob: 9046f5c74def61ad7e913d4e7478d57fa5c52779 (
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('button')[0].focus();">
<button class='invalid-ref' onfocus="document.documentElement.className='';"></button>
</body>
</html>
|