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

14 lines
260 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
2022-04-28 20:27:39 +03:00
<object data="horse.wav">
<param name="autoplay" value="true">
</object>
</body>
</html>