trisquel-icecat/icecat/dom/bindings/crashtests/769464.html

11 lines
148 B
HTML

<!DOCTYPE html>
<script>
function boom()
{
window.getComputedStyle(new Worker("404.js"));
}
window.addEventListener("load", boom);
</script>