3 Make sure that focusing a password text element does not
4 cause a non-breaking space character to show up.
6 <html class=
"reftest-wait">
7 <body onload=
"loaded()">
8 <input type=
"password">
11 var i
= document
.getElementsByTagName("input")[0];
15 document
.documentElement
.className
= "";