Sign in
webkit
/
WebKit
/
a1b821bd3095346d5e11279026fa60f518e18271
/
.
/
LayoutTests
/
fast
/
table
/
collapsed-border-width-change-on-row.html
blob: 9c573ca3a41c9899607ac82d2853a6a6b1492d92 [
file
] [
log
] [
blame
]
<style>
table
{
border-collapse
:
collapse
;
}
td
{
width
:
100px
;
}
</style>
<table>
<tr><td></td></tr>
<tr
id
=
borderChange
><td></td></tr>
</table>
<script>
document
.
body
.
offsetHeight
;
borderChange
.
style
.
borderTop
=
"100px solid green"
;
</script>