Sign in
webkit
/
WebKit
/
0ca788bf563f34bd338e377ca7fc85a2952edf1c
/
.
/
LayoutTests
/
fast
/
layoutformattingcontext
/
table-simple-quirk-td-height-with-padding.html
blob: b3d60f2bce54ffa5ecbd40944a90b65efd069c1c [
file
] [
log
] [
blame
]
<style>
table
{
width
:
300px
;
border-spacing
:
0px
}
td
{
height
:
100px
;
background-color
:
green
;
}
</style>
<table>
<tr><td></td></tr>
<tr><td
style
=
"
padding
:
1px
"
></td></tr>
<tr><td
style
=
"
padding
:
10px
"
></td></tr>
</table>