Source code

Revision control

Copy as Markdown

Other Tools

<!doctype HTML>
<html>
<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
<style>
td { border: 3px solid black; }
.composited { will-change: transform; }
</style>
<table style="border-collapse: collapse">
<tr class=composited>
<td style="border-color: green">First</td>
<td >Second</td>
</tr>
<tr class=composited>
<td>Third</td>
<td>Fourth</td>
</tr>
</table>
</html>