mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
8 lines
224 B
HTML
8 lines
224 B
HTML
|
<!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>
|