servo/tests/wpt/web-platform-tests/web-animations/resources/xhr-doc.py

5 lines
169 B
Python

def main(request, response):
headers = [("Content-type", "text/html;charset=utf-8")]
content = "<!doctype html><div id=test></div>"
return headers, content