Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-syntax/crashtests/unclosed-content-attr-bracket.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Unclosed attr() bracket in content property should not crash</title>
<script>
document.documentElement.style = 'content: attr(test) / attr(';
</script>