Bug 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git] / layout / reftests / forms / input / url / 2.html
blob58302d278f8d9cc00af7ee8be33298c87511b0e4
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <!-- Test: input element in url state looks like in text state -->
4 <script type="text/javascript">
5 function setToURL()
7 document.getElementById('i').type = 'url';
9 function disableReftestWait()
11 document.documentElement.className = '';
13 </script>
15 <body onload="setToURL(); disableReftestWait();">
16 <input type='checkbox' id='i'>
17 </body>
18 </html>