trisquel-icecat/icecat/testing/web-platform/tests/css/css-pseudo/get-computed-style-crash.html

7 lines
143 B
HTML

<!doctype html>
<body>
<script>
const PA_SIZE = 10;
window.getComputedStyle(document.body,'\\q' + 'q'.repeat(PA_SIZE));
</script>
</body>