trisquel-icecat/icecat/testing/web-platform/tests/largest-contentful-paint/resources/slow-style-change.py

9 lines
156 B
Python

import time
def main(request, response):
time.sleep(1)
return [ ("Content-Type", "text/css")], """
#text {
font-size: 4em;
}
"""