mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
6 lines
223 B
HTML
6 lines
223 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>
|