summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/table-1c.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/transform/table-1c.html')
-rw-r--r--layout/reftests/transform/table-1c.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/transform/table-1c.html b/layout/reftests/transform/table-1c.html
new file mode 100644
index 0000000000..a4be031172
--- /dev/null
+++ b/layout/reftests/transform/table-1c.html
@@ -0,0 +1,7 @@
+<!doctype html>
+<div style="transform:translateX(200px) rotate(180deg) translateY(-100%);transform-origin:left">
+<table style="transform:translateY(100%)">
+<caption>Hello</caption>
+<tr><td>there!
+</table>
+</div>