gecko/dom/bindings/crashtests/769464.html

12 lines
155 B
HTML
Raw Normal View History

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