tidy-html5/test/testbase/out_620531.html

13 lines
176 B
HTML
Raw Normal View History

2015-05-13 11:38:40 +00:00
<!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>