summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-anonymous-boxes/695538-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/table-anonymous-boxes/695538-1-ref.html')
-rw-r--r--layout/reftests/table-anonymous-boxes/695538-1-ref.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/table-anonymous-boxes/695538-1-ref.html b/layout/reftests/table-anonymous-boxes/695538-1-ref.html
new file mode 100644
index 0000000000..00155267c6
--- /dev/null
+++ b/layout/reftests/table-anonymous-boxes/695538-1-ref.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<style>
+:root {
+ border-collapse: collapse;
+ border-spacing: 1px;
+}
+.cell {
+ display: table-cell;
+ border: solid black;
+}
+.pre {
+ white-space: pre;
+ border: solid blue;
+}
+.table {
+ display: inline-table;
+}
+</style>
+<span class="pre"> <span class="table"><span class="cell">A</span>
+<span class="cell">B</span></span> </span>
+