mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
464 B
HTML
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>
|