swc/crates/swc_html_parser/tests/fixture/element/pre-3/input.html

23 lines
104 B
HTML

<!doctype html>
<html>
<body>
<pre>
<code>
Text
</code>
</pre>
</body>
</html>