https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f7b5d90ef08a5419317a2456d9804aa664661507 authored by xiaoyu3x on 22 March 2018, 02:15:48 UTC
Add CEReactions tests for HTMLButtonElement
Tip revision: f7b5d90
refresh.py
def main(request, response):
    response.headers.set("Content-Type", "text/html")
    response.headers.set("Refresh", request.GET.first("input"))
    response.content = "<!doctype html>refresh.py\n"
back to top