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