summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertRowsRebuild1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/table-dom/insertRowsRebuild1-ref.html')
-rw-r--r--layout/reftests/table-dom/insertRowsRebuild1-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/table-dom/insertRowsRebuild1-ref.html b/layout/reftests/table-dom/insertRowsRebuild1-ref.html
new file mode 100644
index 0000000000..8290253322
--- /dev/null
+++ b/layout/reftests/table-dom/insertRowsRebuild1-ref.html
@@ -0,0 +1,18 @@
+<HEAD>
+</HEAD>
+<BODY>
+<table bgcolor=orange border>
+ <tr>
+ <td rowspan=2>X1</td><td>X2</td>
+ </tr>
+ <tr>
+ <td rowspan=2>c11</td><td>c12</td>
+ </tr>
+</table>
+</BODY></HTML>
+
+
+
+
+
+