1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-08-21 05:15:33 +01:00
servo/components/script/dom/bindings/codegen/crashtests/769464.html
2014-09-08 20:21:42 -06:00

11 lines
155 B
HTML

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