swc/crates/swc_html_codegen/tests/fixture/menu/output.html
2022-06-17 15:28:06 +00:00

17 lines
632 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<menu>
<li><button onclick="copy()"><img src="copy.svg" alt="Copy"></button></li>
<li><button onclick="cut()"><img src="cut.svg" alt="Cut"></button></li>
<li><button onclick="paste()"><img src="paste.svg" alt="Paste"></button></li>
</menu>
<menu><li><button onclick="copy()"><img src="copy.svg" alt="Copy"></button></li><li><button onclick="cut()"><img src="cut.svg" alt="Cut"></button></li><li><button onclick="paste()"><img src="paste.svg" alt="Paste"></button></li></menu>
<p>test</p><unknown><li>test</li></unknown>
</body></html>