gecko-dev/testing/web-platform/tests/common/slow.py
Anne van Kesteren daa866629e Bug 1458619 [wpt PR 10789] - HTML: document.open() and aborting documents, a=testonly
Automatic update from web-platform-testsHTML: document.open() and aborting documents (#10789)

For https://github.com/whatwg/html/pull/3999.

Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
--

wpt-commits: 2c6612a9b0f67c95fc8cc772cfecc2c1d435d75d
wpt-pr: 10789


--HG--
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/resources/slow.py => testing/web-platform/tests/common/slow.py
2018-09-12 10:42:46 +00:00

5 lines
83 B
Python

import time
def main(request, response):
time.sleep(2)
return 200, [], ''