chromium/third_party/blink/web_tests/external/wpt/fetch/content-encoding/br/resources/bad-br-body.py

def main(request, response):
    headers = [(b"Content-Encoding", b"br")]
    return headers, b"not actually br"