tenfourfox/layout/reftests/transform/table-1c.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>