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

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