Sign in
webkit
/
WebKit
/
2858fa12bd97090aea8777db1e45a53c1774d15c
/
.
/
PerformanceTests
/
Layout
/
resources
/
large-table-with-collapsed-borders.css
blob: b936e5d099605790c7ac6ffd2b7bf74edac73cd4 [
file
] [
log
] [
blame
]
html
,
body
{
margin
:
0
;
}
table
{
border-collapse
:
collapse
;
border
:
1px
solid red
;
}
td
{
border
:
1px
solid blue
;
width
:
5px
;
height
:
5px
;
}