tidy-html5/test/testbase/out_620531.html
2015-05-13 13:38:40 +02:00

13 lines
176 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>[ 620531 ] br in pre must not cause line break</title>
</head>
<body>
<p class="foo">foo</p>
<pre>
bar<br>baz
</pre>
</body>
</html>