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-href-attribute-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link id="link" href="does-not-exist-A.css">
<script>
link.rel = "stylesheet";
link.href = "does-not-exist-B.css";
</script>