swc/crates/swc_html_minifier/tests/fixture/attribute/boolean/output.min.html
2022-04-25 14:34:36 +00:00

18 lines
375 B
HTML

<!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>