Mozilla/mozilla/layout/reftests/bugs/398289-1-ref.html
bzbarsky%mit.edu 085b0db51e Fix test to actually fail with old builds
git-svn-id: svn://10.0.0.236/trunk@237405 18797224-902f-48f8-a5cc-f745e15eee43
2007-10-08 19:26:36 +00:00

17 lines
464 B
HTML

<!DOCTYPE html>
<html class="reftest-wait" style="height: 100%">
<head>
<script>
window.onload = function () {
window.frames[0].document.getElementById("test").selectedIndex = 0;
window.frames[0].document.getElementById("test").selectedIndex = 1;
document.documentElement.className = "";
}
</script>
</head>
<body style="height: 100%">
<iframe id="test" src="398289-resource.xul" width="100%" height="100%">
</iframe>
</body>
</html>