2 <option>Truffles
</option>
4 <textarea id=
"textarea">
7 <iframe id=
"iframe" src=
"data:text/html,"></iframe>
8 <input type=
"password" id=
"password" value=
"seikooC">
10 if (window
.testRunner
) {
11 testRunner
.dumpAsText();
12 testRunner
.waitUntilDone();
15 var newDoc
= document
.getElementById("iframe").contentDocument
;
16 newDoc
.adoptNode(document
.getElementById("select"));
17 newDoc
.adoptNode(document
.getElementById("textarea"));
18 newDoc
.adoptNode(document
.getElementById("password"));
19 location
.href
="data:text/html,SUCCESS<script>if (window.testRunner) testRunner.notifyDone()</scr" + "ipt>";