Add two more tests.

git-svn-id: svn://10.0.0.236/trunk@206152 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2006-07-31 17:18:48 +00:00
parent eb2f8b1ec6
commit f4a63784eb

View File

@ -248,6 +248,18 @@ aaa
<option selected>FAIL 60</option>
</select>
<hr>
<select style="height: 20px; font-size:40px">
<option>Test</option>
</select>
<hr>
<select style="height: 70px; font-size:40px">
<option>Test</option>
</select>
<script>
var o = document.getElementById("select9").getElementsByTagName('option');
for (i=0; o[i]; ++i) {
@ -264,6 +276,8 @@ aaa
}
</script>
</form>
</body>
</html>