Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ui/crashtests/chrome-bug-467732064.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Chrome crash with accentcolor in constructed document</title>
<script>
let doc = document.implementation.createHTMLDocument();
doc.documentElement.setAttribute("style", "color:accentcolor");
</script>