Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-pseudo
/
get-computed-style-crash.html
blob: 60e097cc8d11518afeff76432d0b32e4bdd0a8af [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<body>
<script>
const
PA_SIZE
=
10
;
window
.
getComputedStyle
(
document
.
body
,
'\\q'
+
'q'
.
repeat
(
PA_SIZE
));
</script>
</body>