swc/crates/swc_html_parser/tests/fixture/element/code/input.html

9 lines
193 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<code some-attribute=""><div><code><code><code><code></code></code></code></code></div></code>
</body>
</html>