swc/crates/swc_html_minifier/tests/fixture/attribute/boolean/output.min.html

18 lines
391 B
HTML
Raw Normal View History

<!DOCTYPE html><html lang="en"><head>
<title>Document</title>
</head>
<body>
<p><button autofocus value="next">Button</button></p>
<p><button autofocus value="next">Button</button></p>
<p><button autofocus value="next">Button</button></p>
<p><button autofocus value="next">Button</button></p>
<img draggable="false">
<img draggable="true">
<img data-readonly="test">
</body></html>