haikuwebkit/PerformanceTests/Layout/resources/large-table-with-collapsed-...

15 lines
170 B
CSS

html, body {
margin: 0;
}
table {
border-collapse: collapse;
border : 1px solid red;
}
td {
border : 1px solid blue;
width: 5px;
height: 5px;
}