mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 10:37:56 +03:00
6 lines
241 B
HTML
6 lines
241 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<b><nobr><div>This text is in a div inside a nobr</nobr>More text that should not be in the nobr, i.e., the
|
||
|
nobr should have closed the div inside it implicitly. </b><pre>A pre tag outside everything else.</pre>
|
||
|
</body>
|
||
|
</html>
|