1
0
Fork 0
firefox/docshell/base/crashtests/1804803.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

13 lines
302 B
HTML

<html class="reftest-wait">
<script>
function test() {
// If the reload in the iframe succeeds we might crash, so wait for it.
setTimeout(function() {
document.documentElement.className = "";
}, 500);
}
</script>
<body onload="test()">
<iframe src="1804803.sjs"></iframe>
</body>
</html>