forked from mirrors/gecko-dev
		
	This also fixes test browser/base/content/test/tabs/browser_navigate_through_urls_origin_attributes.js which was failing for fission + bfcacheInParent, because about:privatebrowsing was getting bfcached, and an extra XULFrameLoaderCreated event was firing, when we were not expecting it. Differential Revision: https://phabricator.services.mozilla.com/D112441
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <meta charset="utf-8">
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <iframe srcdoc="hello world!"></iframe>
 | 
						|
  </body>
 | 
						|
</html>
 |