no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / forms / input / email / 3.html
bloba9fe4400d97c6bf28d8801496d93a76589e821e5
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <!-- Test: when switching to another type, the input element should not look
4 like an input email element -->
5 <script type="text/javascript">
6 function setToCheckbox()
8 document.getElementById('i').type='checkbox';
10 function disableReftestWait()
12 document.documentElement.className = '';
14 </script>
16 <body onload="setToCheckbox(); disableReftestWait();">
17 <input type='email' id='i'>
18 </body>
19 </html>