blob: c406ddb9009de7a087c3b6f92a6a7937a7bf5f0d (
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"> Hello<div></div> Hello
<div></div>
Hello</body></html>
|