aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/table_auto_width.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ref/table_auto_width.html')
-rw-r--r--tests/ref/table_auto_width.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/ref/table_auto_width.html b/tests/ref/table_auto_width.html
new file mode 100644
index 00000000000..39396bbb799
--- /dev/null
+++ b/tests/ref/table_auto_width.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ </head>
+ <body>
+ <table>
+ <tbody>
+ <tr>
+ <td>
+ <span>12345<span>67890</span></span>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </body>
+</html>