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

11 lines
180 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<video src="" poster=""></video>
<hr align="center" width="100%">
<div>test</div>
</body>
</html>