summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/syntax/charset/resources/bogus-charset-http-valid-meta.py
blob: f988bc9f8c71ff84b2147cd1152cf0b7e7477601 (plain)
1
2
3
4
def main(request, response):
  response.headers.set(b"Content-Type", b"text/html;charset=this-is-not-a-charset")
  # ¢
  response.content = b"<meta charset=windows-1251>\xA2\n"