Mypal/dom/bindings/crashtests/769464.html
2019-03-11 13:26:37 +03:00

12 lines
155 B
HTML

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