5 document
.getElementById('input').setAttribute('placeholder','Placeholder');
7 testRunner
.notifyDone();
12 if (window
.testRunner
)
13 testRunner
.waitUntilDone();
14 setTimeout(finishTest
, 0);
18 <body onload=
"test()">
19 <p>If you can see the word
"Placeholder" in the text field, then all is well.
</p>
20 <p><input type=
"text" id=
"input"></p>