tenfourfox/layout/reftests/bugs/495385-1b.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
333 B
HTML

<!DOCTYPE HTML>
<html>
<!-- Test that 'white-space' creates frames when necessary -->
<body style="border:1px solid black;">
<div style="white-space:pre"> <span>Hello</span> </div>
<div style="white-space:pre-wrap"> <span>Hello</span> </div>
<div style="white-space:pre-line">
<span>Hello</span>
</div>
</body>
</html>