Files
UXP-Fixed/layout/reftests/transform/table-1c.html
T
2018-02-02 04:16:08 -05:00

8 lines
227 B
HTML

<!doctype html>
<div style="-moz-transform:translateX(200px) rotate(180deg) translateY(-100%);-moz-transform-origin:left">
<table style="-moz-transform:translateY(100%)">
<caption>Hello</caption>
<tr><td>there!
</table>
</div>