1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 23:18:26 +00:00
Files
UXP/layout/reftests/transform/table-1-ref.html
T

8 lines
168 B
HTML

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