2 <html class=
"reftest-wait">
3 <!-- Test: placeholder should appear with dynamic DOM modifications -->
4 <script type=
"text/javascript">
5 function setPlaceholder()
7 var i
= document
.getElementById('p1');
10 i
.value
= "not empty";
14 function disableReftestWait()
16 document
.documentElement
.className
= '';
19 <body onload=
"setPlaceholder(); disableReftestWait();">
20 <input type=
"text" id=
"p1" value=
"" placeholder=
"my placeholder">