Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-cascade
/
tons-of-declarations-crash.html
blob: 50a32c19389667a17768794415bbd89021fe1d88 [
file
] [
log
] [
blame
]
<!doctype html>
<style></style>
<script>
document
.
querySelector
(
'style'
).
innerText
=
`
input
{
border
:
1px
solid
}`.
repeat
(
2
<<
16
);
</script>
<input>