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-open-brackets.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Many unclosed brackets in CSS content property should not crash</title>
<script>
document.documentElement.style = 'content: ' + '('.repeat(60000) + '";';
</script>