swc/crates/swc_html_minifier/tests/fixture/attribute/srcdoc/input.html

9 lines
163 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<iframe srcdoc="<p>hello<!-- comment --> </p>"></iframe>
</body>
</html>