OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <p>Test removal of a spanner surrounded by inline content.</p> |
| 3 <p>There should be three columns with a total line count of 8. The three first l
ines should |
| 4 read "before". The fourth should read "before after". The last four should r
ead "after":</p> |
| 5 <div style="float:left; width:10em;"> |
| 6 before<br>before<br>before<br> |
| 7 </div> |
| 8 <div style="float:left; width:10em;"> |
| 9 before after<br>after<br>after<br> |
| 10 </div> |
| 11 <div style="float:left; width:10em;"> |
| 12 after<br>after<br> |
| 13 </div> |
OLD | NEW |