mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 733269. (Av1) redirect.html: Let its load complete before redirecting. rs=jwalden.
This commit is contained in:
parent
818ebb672e
commit
9b4ddb81ae
@ -14,10 +14,13 @@
|
||||
document.dispatchEvent(element);
|
||||
}
|
||||
|
||||
redirect("chrome://mochikit/content/harness.xul");
|
||||
function onLoad() {
|
||||
redirect("chrome://mochikit/content/harness.xul");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<body onload="onLoad();">
|
||||
redirecting...
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user