https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 685b869d99601c727e5edec3dd40f3714ce44ffc authored by Frédéric Wang on 14 March 2018, 11:33:05 UTC
Adjust MathML tests to Workaround WebKit's bug with document.fonts.ready
Tip revision: 685b869
handshake_sleep_2_wsh.py
#!/usr/bin/python

from mod_pywebsocket import msgutil
import time

def web_socket_do_extra_handshake(request):
    time.sleep(2)

def web_socket_transfer_data(request):
    pass
back to top