summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/table-overflowed-by-animation-ref.html
blob: 242dc53506c1648d3baeaf4549c239be0fca2932 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
<table style="width: 100px; height: 100px;">
  <td style="transform: rotateZ(45deg); background-color: rgb(212, 61, 188);">
  </td>
</table>
</html>