4 <title>test of box-sizing
</title>
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8">
6 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
7 <style type=
"text/css">
9 body
{ font-size: 10px; line-height: 1; }
10 table
{ border-spacing: 0; margin: 0 100px; }
11 td
{ border: 1px solid
; padding: 1px solid
; }
13 td
> div
{ width: 100px; }
17 border-left: 2px solid
;
20 border-right: 16px solid
;
38 <td id=
"bscontent"><div>
40 <!-- box-sizing: content-box -->
45 <div style=
"width: 37px">A B
</div>
46 <div style=
"width: 50px">A B
</div>
47 <div style=
"width: 60px">A B
</div>
51 <td id=
"bsborder"><div>
52 <!-- box-sizing: border-box -->
57 <div style=
"width: 37px">A B
</div>
58 <div style=
"width: 20px">A B
</div>
59 <div style=
"width: 30px">A B
</div>