Backed out changeset b94afd94ed9c (bug 1924861) for causing multiple bc failures...
[gecko.git] / layout / reftests / forms / placeholder / placeholder-focus-ref.html
blobfa8f292a47838b4116d46f51c70500556562474c
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <link rel='stylesheet' type='text/css' href='placeholder-style.css'>
4 <script type="text/javascript">
5 function focusInput()
7 document.getElementById('t1').focus();
9 function disableReftestWait()
11 document.documentElement.className = '';
13 </script>
14 <body onload="focusInput();">
15 <input id='t1' type="text" class="placeholder" value="my placeholder" onfocus="disableReftestWait();">
16 </body>
17 </html>