mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317
This commit is contained in:
parent
aa199307c8
commit
2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions
|
@ -9,7 +9,10 @@ sys.path.insert(0, os.path.join(here, "six"))
|
|||
sys.path.insert(0, os.path.join(here, "html5lib"))
|
||||
sys.path.insert(0, os.path.join(here, "wptserve"))
|
||||
sys.path.insert(0, os.path.join(here, "pywebsocket", "src"))
|
||||
sys.path.insert(0, os.path.join(here, "py"))
|
||||
sys.path.insert(0, os.path.join(here, "pytest"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "attrs", "src"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "funcsigs"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "pluggy"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "py"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "pytest"))
|
||||
sys.path.insert(0, os.path.join(here, "webdriver"))
|
||||
sys.path.insert(0, os.path.join(here, "wptrunner"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue