blob: c5bf32988b761c6fc39f702cf68089d3caff0b2e (
plain)
1
2
3
4
5
6
|
<!DOCTYPE HTML>
<html>
<!-- Test that 'white-space' creates text frames between blocks when necessary -->
<body style="border:1px solid black; white-space:pre-wrap"> Hello<div></div> Hello
<div></div>
Hello</body></html>
|