4 <title>Stray param elements are not dropped when parsing
</title>
7 testRunner
.dumpAsText();
9 window
.onload = function() {
10 var len
= document
.getElementsByTagName("param").length
;
11 document
.getElementsByTagName("p")[0].innerHTML
= (len
== 1) ? "PASS" : "FAIL";
16 <p>This test requires Javascript.
</p>