haikuwebkit/LayoutTests/fast/replaced/pdf-as-object-and-embed.html

8 lines
202 B
HTML

<html>
<body style='margin: 0px'>
<div>
<div><object data="resources/image.pdf"></object></div>
<div><embed src="resources/image.pdf" type="application/pdf"></embed></div>
</div>
</body>
</html>