Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-tables
/
crashtests
/
dynamic_col_width_crash.html
blob: e19c22be31f9375ccdef1a161d57997f88f8f0d7 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<table
rules
=
"cols"
>
<caption>
caption
</caption>
<col
id
=
"target"
style
=
"
width
:
50%
"
/>
<tbody>
<tr></tr>
</tbody>
</table>
<script>
document
.
body
.
offsetTop
;
document
.
getElementById
(
'target'
).
style
.
width
=
'auto'
;
</script>