forked from mirrors/gecko-dev
		
	 5eaeb69af2
			
		
	
	
		5eaeb69af2
		
	
	
	
	
		
			
			Moves the test to try to fix an intermittent failure on linux64-asan Differential Revision: https://phabricator.services.mozilla.com/D4908 --HG-- extra : moz-landing-system : lando
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			306 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			306 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en" dir="ltr">
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <script type="text/javascript">
 | |
| 
 | |
|   function doSomething() {
 | |
|     console.log("We are doing something here");
 | |
|   }
 | |
| 
 | |
|   setTimeout(doSomething, 1);
 | |
|   </script>
 | |
| </head>
 | |
| <body>
 | |
|   <h1>A page with a setTimeout() call</h1>
 | |
| </body>
 | |
| </html>
 |