forked from mirrors/gecko-dev
		
	 da01d053cd
			
		
	
	
		da01d053cd
		
	
	
	
	
		
			
			MozReview-Commit-ID: 4WfADcQinuQ --HG-- extra : rebase_source : 9c67c4ef9f5888426527fe9c000470e81a0f3ba8
		
			
				
	
	
		
			17 lines
		
	
	
		
			No EOL
		
	
	
		
			502 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			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> |