blob: 2b60f34649a9dfb43e1920156601c082a71efc2c [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
width: 50px;
}
tr:nth-child(odd) {
background-color: green;
}
tr:nth-child(even) {
background-color: blue;
}
</style>
<body style="background-color: white">
<table height=500px style="border-spacing: 0px;">
<tr><td height=10%></td></tr>
<tr><td height=20%></td></tr>
<tr><td height=30%></td></tr>
<tr><td height=40%></td></tr>
</table>