blob: bdbf7fe4fe8bab8611fb5112b246c7cf11b83458 [file] [log] [blame]
<!DOCTYPE html>
Tests compositing/painting of a composited row in the table with collapsed borders.
Passes if there are complete 1px solid green borders around all table cells.
<table style="border: 1px solid green; border-collapse: collapse">
<tr style="will-change: transform; background-color: blue">
<td>Cell1</td>
<td>Cell2</td>
</tr>
</table>