mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision a5cb9597799c5f9bf0a809006161a0c50055828f
This commit is contained in:
parent
8b56b7a3c2
commit
2a42c14544
646 changed files with 93200 additions and 2587 deletions
8
tests/wpt/web-platform-tests/docs/frontend.py
Normal file
8
tests/wpt/web-platform-tests/docs/frontend.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import subprocess
|
||||
import os
|
||||
|
||||
here = os.path.dirname(__file__)
|
||||
|
||||
|
||||
def build(*args, **kwargs):
|
||||
subprocess.check_call(["make", "html"], cwd=here)
|
Loading…
Add table
Add a link
Reference in a new issue