fune/toolkit/content/tests/browser/file_autoplay_three_layers_frame2.html
Alastor Wu da01d053cd Bug 1428722 - part3 : add tests. r=smaug
MozReview-Commit-ID: 4WfADcQinuQ

--HG--
extra : rebase_source : 9c67c4ef9f5888426527fe9c000470e81a0f3ba8
2018-01-11 17:27:08 +08:00

16 lines
No EOL
450 B
HTML

<html>
<head>
<title>three frame layers structure 2</title>
</head>
<body>
<!--
Embed an iframe which has two layers frames, both frames are in the domain
"example.com".
-->
</body>
<video id="v" src="gizmo.mp4" controls loop></video>
<iframe id="i" src="https://example.com/browser/toolkit/content/tests/browser/file_autoplay_two_layers_frame1.html"
height="600" width="800"></iframe></br>
<script type="text/javascript">
</script>
</html>