forked from mirrors/gecko-dev
		
	 0037895a8d
			
		
	
	
		0037895a8d
		
	
	
	
	
		
			
			Automatic update from web-platform-tests Python 3: Port tests in html/semantics/scripting-1 (#24164) * Python 3: Port tests in html/semantics/scripting-1 * Change type of "type" to unicode * Convert item type before passing to urlencode() -- wpt-commits: b6a67998c6c2827319726af3bea65e572b5a125a wpt-pr: 24164
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			185 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			185 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| def main(request, response):
 | |
|     headers = [(b"Content-Type", b"text/javascript"), (b"Cache-control", b"public, max-age=100")]
 | |
|     body = u"throw('fox');"
 | |
|     return 200, headers, body
 |