Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/tt-attribute-mutation-fix-attribute-node-tests
/
.
/
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>