ruffle/web/packages/selfhosted/test/polyfill/object_data/index.html

18 lines
355 B
HTML
Raw Normal View History

2020-07-14 14:15:55 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Object MIME insensitive</title>
</head>
<body>
<div id="test-container">
<object
data="/test_assets/example.swf"
width="500"
height="500"
></object>
</div>
</body>
</html>