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 rel=help href="https://github.com/servo/servo/issues/42477">
<link id="link" href="does-not-exist-A.css">
<script>
link.rel = "stylesheet";
link.href = "does-not-exist-B.css";
</script>