chromium/third_party/blink/web_tests/paint/invalidation/table/composited-table-row-expected.html

<!DOCTYPE html>
<table style="border: 1px solid green; border-collapse: collapse">
  <tr>
    <td style="background-color: green">Cell1</td>
    <td style="background-color: red">Cell2</td>
  </tr>
</table>