servo/tests/ref/whitespace_pre_ref.html
Matt Brubeck f35941d91d Fix line splitting in white-space: pre flows
The newline position from one line was getting used repeatedly, causing extra
"phantom" newlines in the following lines.  Fixes #3413.
2014-09-18 14:25:12 -07:00

13 lines
161 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>whitespace pre test</title>
</head>
<body>
<div>a</div>
<div>&nbsp;&nbsp;b</div>
<div>c</div>
</body>
</html>