swc/crates/swc_html_parser/tests/recovery/element/embed-closed/input.html

13 lines
260 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
<noembed>
<h1>Alternative content</h1>
</noembed>
2022-04-28 20:27:39 +03:00
</embed>
</body>
</html>