Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-cascade/tons-of-declarations-crash.html - WPT Dashboard Interop Dashboard
 
 
<!doctype html>
<style></style>
<script>
document.querySelector('style').innerText = `input { border: 1px solid }`.repeat(2 << 16);
</script>
<input>