https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d82577659f6502e95610c654b65ea20a76b22baa authored by David Grogan on 06 July 2018, 23:21:12 UTC
[css-tables] Test for table width when cell is sized between its min/max
Tip revision: d825776
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