Fix test to actually fail with old builds

This commit is contained in:
bzbarsky@mit.edu 2007-10-08 12:26:36 -07:00
parent 2be3267744
commit a87139ab25

View File

@ -3,6 +3,7 @@
<head>
<script>
window.onload = function () {
window.frames[0].document.getElementById("test").selectedIndex = 0;
window.frames[0].document.getElementById("test").selectedIndex = 1;
document.documentElement.className = "";
}