summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/border-collapsing/composited-row-collapsed-border-expected.html
blob: db0a70780727667014dedccb5a81c4a651ffb334 (plain)
1
2
3
4
5
6
7
8
9
<!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="background-color: blue">
    <td>Cell1</td>
    <td>Cell2</td>
  </tr>
</table>