Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-pseudo/get-computed-style-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<body>
<script>
const PA_SIZE = 10;
window.getComputedStyle(document.body,'\\q' + 'q'.repeat(PA_SIZE));
</script>
</body>