summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertCellsRebuild1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/table-dom/insertCellsRebuild1-ref.html')
-rw-r--r--layout/reftests/table-dom/insertCellsRebuild1-ref.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/layout/reftests/table-dom/insertCellsRebuild1-ref.html b/layout/reftests/table-dom/insertCellsRebuild1-ref.html
new file mode 100644
index 0000000000..92ef4210fc
--- /dev/null
+++ b/layout/reftests/table-dom/insertCellsRebuild1-ref.html
@@ -0,0 +1,34 @@
+<HEAD>
+
+</HEAD>
+<BODY>
+<table bgcolor=orange border>
+ <tr>
+ <td>c11</td><td rowspan=2 colspan=2>X1</td><td>c12</td>
+ </tr>
+ <tr>
+ <td colspan=2>c21</td><td>c22</td>
+ </tr>
+ <tr>
+ <td>c31</td><td>c32</td><td>c33</td><td>c34</td>
+ </tr>
+</table>
+<table bgcolor=orange border>
+ <tr>
+ <td>c11</td><td>c12</td><td rowspan=2>c13</td>
+ </tr>
+ <tr>
+ <td>c21</td><td>X2</td><td>c22</td>
+ </tr>
+ <tr>
+ <td>c31</td><td>c32</td><td>c33</td>
+ </tr>
+</table>
+
+</BODY></HTML>
+
+
+
+
+
+