https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f9881ffdf4ab4bf774162c8a8230ae6733f7375c authored by Florian Rivoal on 29 March 2018, 05:34:17 UTC
[css-aling] tests for row-gap / column-gap normal
Tip revision: f9881ff
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