Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/document-metadata/the-link-element/link-error-handler-triggers-abort-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link id="link" rel="stylesheet" onerror="window.stop(); location.href='about:blank'">
<script>
link.href = "about:blank";
</script>