swc/crates/swc_html_parser/tests/fixture/element/embed/input.html

16 lines
374 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-26 02:45:14 +03:00
<embed type="video/webm"
src="/media/cc0-videos/flower.mp4"
width="250"
height="200">
</body>
</html>