forked from mirrors/gecko-dev
		
	 a6a4623660
			
		
	
	
		a6a4623660
		
	
	
	
	
		
			
			The test is performed inside browser_promise_userInteractionHandling.js Differential Revision: https://phabricator.services.mozilla.com/D156639
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE HTML>
 | |
| <html>
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <title>Test UserInteractionHandling propagation</title>
 | |
| </head>
 | |
| <body>
 | |
| <button id="button">Meow</button>
 | |
| </body>
 | |
| </html>
 |