Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE> |
michael@0 | 2 | <html class="reftest-wait"> |
michael@0 | 3 | <body onload="document.getElementById('i').focus();"> |
michael@0 | 4 | <input id='i' onfocus="document.documentElement.className = '';"> |
michael@0 | 5 | </body> |
michael@0 | 6 | </html> |