mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-23 03:32:39 +00:00
8 lines
308 B
HTML
8 lines
308 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
|
<body onload="document.getElementsByTagName('button')[1].focus();">
|
|
<button></button><button onfocus="document.documentElement.removeAttribute('class');"></button><button></button>
|
|
</body>
|
|
</html>
|