forked from mirrors/gecko-dev
MozReview-Commit-ID: 4WfADcQinuQ --HG-- extra : rebase_source : 9c67c4ef9f5888426527fe9c000470e81a0f3ba8
16 lines
No EOL
483 B
HTML
16 lines
No EOL
483 B
HTML
<html>
|
|
<head>
|
|
<title>three frame layers structure 1</title>
|
|
</head>
|
|
<body>
|
|
<!--
|
|
Embed an iframe which has two layers frames, top frame is on domain "example.com",
|
|
child frame is on domain "example.org".
|
|
-->
|
|
</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_frame2.html"
|
|
height="600" width="800"></iframe></br>
|
|
<script type="text/javascript">
|
|
</script>
|
|
</html> |