Bug 1935035 - Update a macOS-only test that hard-codes child count.
[gecko.git] / layout / reftests / forms / placeholder / placeholder-blank-ref.html
blob115ffac79e71a6635051fe003fbdd38e83ccf86f
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <script type="text/javascript">
4 function focusInput()
6 document.getElementById('t1').focus();
8 function disableReftestWait()
10 document.documentElement.className = '';
12 </script>
13 <body onload="focusInput();">
14 <input id='t1' type="text" onfocus="disableReftestWait();">
15 </body>
16 </html>