mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 01:42:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			249 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			249 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| loadPage("file:///res/html/misc/blank.html");
 | |
| 
 | |
| afterInitialPageLoad(() => {
 | |
|     test("Basic functionality", () => {
 | |
|         expect(document.documentElement).not.toBe(null);
 | |
|         expect(document.documentElement.nodeName).toBe("html");
 | |
|     });
 | |
| });
 | 
