Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-tables
/
crashtests
/
negative-section-distribution.html
blob: b0cedcaf5af86d2b88950deed89d3ff9a05e1ec6 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
style
=
"
display
:
flex
;
"
>
<button>
<div
style
=
"
float
:
left
;
padding-top
:
2147483648em
;
"
></div>
</button>
<table>
<caption
style
=
"
display
:
flex
;
"
>
text
<br>
text
</caption>
<tbody></tbody>
</table>
</div>