Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-tables
/
table-cell-inline-size-box-sizing-quirks-ref.html
blob: 4b97b4499bf157363ae89a60b2ff146dd6aad74c [
file
] [
log
] [
blame
]
<!doctype html>
<title>
CSS Test Reference
</title>
<style>
td
{
width
:
50px
;
padding
:
10px
;
border
:
1px
solid black
;
box-sizing
:
border-box
;
}
</style>
<table>
<tr>
<td>
A
</td>
</tr>
</table>