summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/web-animations/resources/xhr-doc.py
blob: 0023a44e22adb3893861ec4e309930cb97d797f9 (plain)
1
2
3
4
5
def main(request, response):
    headers = [(b"Content-type", b"text/html;charset=utf-8")]
    content = u"<!doctype html><div id=test></div>"

    return headers, content