diff options
Diffstat (limited to 'layout/reftests/transform/table-2a.html')
-rw-r--r-- | layout/reftests/transform/table-2a.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/transform/table-2a.html b/layout/reftests/transform/table-2a.html new file mode 100644 index 000000000..6e7f91ee5 --- /dev/null +++ b/layout/reftests/transform/table-2a.html @@ -0,0 +1,5 @@ +<!doctype html> +<table style="-moz-transform:translate(200px) rotate(180deg);-moz-transform-origin:left"> +<caption style=caption-side:bottom>there!</caption> +<tr><td>Hello +</table> |