2007-10-05 20:46:02 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html class="reftest-wait" style="height: 100%">
|
|
|
|
<head>
|
|
|
|
<script>
|
|
|
|
window.onload = function () {
|
2007-10-08 12:26:36 -07:00
|
|
|
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>
|