diff options
Diffstat (limited to 'layout/reftests/table-dom/insertRowsRebuild1-ref.html')
-rw-r--r-- | layout/reftests/table-dom/insertRowsRebuild1-ref.html | 18 |
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 000000000..829025332 --- /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> + + + + + + |