trisquel-icecat/icecat/dom/base/crashtests/1811939.html

7 lines
226 B
HTML

<html class="reftest-wait">
<script>
import("data:text/javascript,0").catch(x => 0);
import("data:text/javascript,0").catch(x => 0);
setTimeout('document.documentElement.className = ""', 500);
window.stop();
</script>