gecko/layout/reftests/bugs/398289-1-ref.html

17 lines
464 B
HTML
Raw Normal View History

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