mirror of
https://github.com/servo/servo.git
synced 2025-06-12 18:34:39 +00:00
11 lines
155 B
HTML
11 lines
155 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
|
|
function boom()
|
|
{
|
|
window.getComputedStyle(new Worker("404.js"));
|
|
}
|
|
|
|
window.addEventListener("load", boom, false);
|
|
|
|
</script>
|