mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
The newline position from one line was getting used repeatedly, causing extra "phantom" newlines in the following lines. Fixes #3413.
13 lines
161 B
HTML
13 lines
161 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>whitespace pre test</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div>a</div>
|
|
<div> b</div>
|
|
<div>c</div>
|
|
|
|
</body>
|
|
</html>
|