summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resources/delayed-broken-video.py
blob: 88e5027947cf3cde1a9b3d2b5bfc1dfa177d0b10 (plain)
1
2
3
4
5
import time

def main(request, response):
  time.sleep(0.1)
  return [("Content-Type", "text/plain")], "FAIL"