Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /infrastructure/crash-tests/crashtests/test.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Crash test in a 'crashtests' directory</title>
<meta name="assert" content="Test should pass because it does not crash, and its output should not be checked">
<link rel="author" title="Kiet Ho" href="mailto:kiet.ho@apple.com">
<p>This test passes if it does not crash.</p>
<p>Your lucky number today is: <span id="random"></span></p>
<script>
random.innerText = Math.round(Math.random() * 1000000);
</script>