diff options
Diffstat (limited to 'layout/reftests/table-dom/deleteCellsRebuild1-ref.html')
-rw-r--r-- | layout/reftests/table-dom/deleteCellsRebuild1-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/table-dom/deleteCellsRebuild1-ref.html b/layout/reftests/table-dom/deleteCellsRebuild1-ref.html new file mode 100644 index 0000000000..db4a43ddc6 --- /dev/null +++ b/layout/reftests/table-dom/deleteCellsRebuild1-ref.html @@ -0,0 +1,19 @@ +<HEAD> +</HEAD> +<BODY> + +<table bgcolor=orange border> + <tr> + <td rowspan=2>c12</td><td>c13</td> + </tr> + <tr> + <td>c12</td><td>c22</td><td>c23</td> + </tr> +</table> +</BODY></HTML> + + + + + + |