forked from mirrors/gecko-dev
MozReview-Commit-ID: 4WfADcQinuQ --HG-- extra : rebase_source : 9c67c4ef9f5888426527fe9c000470e81a0f3ba8
15 lines
No EOL
347 B
HTML
15 lines
No EOL
347 B
HTML
<html>
|
|
<head>
|
|
<title>two frame layers structure1</title>
|
|
</head>
|
|
<body>
|
|
<!--
|
|
Embed an iframe which would always in the same domain as this frame.
|
|
-->
|
|
</body>
|
|
<video id="v" src="gizmo.mp4" controls loop></video>
|
|
<iframe id="i" src="file_video.html"
|
|
height="600" width="800"></iframe></br>
|
|
<script type="text/javascript">
|
|
</script>
|
|
</html> |