summaryrefslogtreecommitdiffstats
path: root/layout/tables/reftests/dynamic-text-indent-table-cell-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/tables/reftests/dynamic-text-indent-table-cell-ref.html')
-rw-r--r--layout/tables/reftests/dynamic-text-indent-table-cell-ref.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/tables/reftests/dynamic-text-indent-table-cell-ref.html b/layout/tables/reftests/dynamic-text-indent-table-cell-ref.html
new file mode 100644
index 0000000000..de749b910a
--- /dev/null
+++ b/layout/tables/reftests/dynamic-text-indent-table-cell-ref.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <table>
+ <tr>
+ <td style="text-indent: 50px">
+ Some text
+ </td>
+ </tr>
+ </table>
+</html>