summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/form-submission-target/form-target-iframe-helper.py
blob: bbc3b71e9423b6a17b07c065e20b8435e4c492f4 (plain)
1
2
3
def main(request, response):
    return ([(b"Content-Type", b"text/plain")],
            b"OK")