summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/tables/tr-transform-and-will-change-ref.html
blob: 2cbcd6a347cc39c994031e5a7dfc5f9e13d6684b (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
td { width: 100px; height: 100px; background: green; }
</style>
<table>
  <tr><td></td></tr>
  <tr><td></td></tr>
</table>
There should be 2 green boxes above.