gecko/layout/reftests/bugs/398289-1-ref.html
2007-10-08 12:26:36 -07: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>