9 <input type=
"file" id=
"fileUpload">
10 <div id=console
></div>
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
14 document
.getElementById('fileUpload').disabled
= true;
15 document
.getElementById('console').innerText
= 'PASS if this text is visible.';