mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 627624 - Make the crashtest for bug 428844 actually test something; r=roc a=test-only
This commit is contained in:
parent
15ed996974
commit
3b910cb413
@ -1,9 +1,12 @@
|
||||
<html>
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
function boom() {
|
||||
var iframe = document.getElementById('inner');
|
||||
iframe.src = iframe.src;
|
||||
iframe.addEventListener("load", function() {
|
||||
document.documentElement.removeAttribute("class");
|
||||
}, false);
|
||||
iframe.src = "data:text/html,";
|
||||
dump("Outer onload\n");
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user