Status: PASS | Duration: 12ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-pseudo/get-computed-style-crash.html
<!doctype html> <body> <script> const PA_SIZE = 10; window.getComputedStyle(document.body,'\\q' + 'q'.repeat(PA_SIZE)); </script> </body>