Update web-platform-tests to revision 4b25d322ac6ed466f992669e5408b15d37d56436

This commit is contained in:
Ms2ger 2015-10-21 16:41:59 +02:00
parent 6a4ad433a2
commit 92e90e6633
32 changed files with 277 additions and 150 deletions

View file

@ -0,0 +1,5 @@
def main(request, response):
headers = [("Content-type", "text/html;charset=utf-8")]
content = "<!DOCTYPE html><div></div>"
return headers, content