13 lines
176 B
HTML
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>
|