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

22 lines
484 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Object inside audio node</title>
</head>
<body>
<div id="test-container">
<audio>
<span>
<object
data="/test_assets/example.swf"
width="500"
height="500"
></object>
</span>
</audio>
</div>
</body>
</html>