fune/toolkit/content/tests/browser/file_autoplay_two_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

17 lines
No EOL
502 B
HTML

<html>
<head>
<title>two frame layers structure2</title>
</head>
<body>
<!--
Embed an iframe which is from domain "example.org". This file doesn't guarantee
all frames would be in the same domain, it depend on what domain we put this file
on.
-->
</body>
<video id="v" src="gizmo.mp4" controls loop></video>
<iframe id="i" src="https://example.org/browser/toolkit/content/tests/browser/file_video.html"
height="600" width="800"></iframe></br>
<script type="text/javascript">
</script>
</html>