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
= '';
16 <body onload=
"setToCheckbox(); disableReftestWait();">
17 <input type='email' id='i'
>