Update web-platform-tests to revision 0f986ae5b0865c0bef78e41e35d144e30a14b2e7

This commit is contained in:
WPT Sync Bot 2020-08-17 08:21:20 +00:00
parent 62c7cb4c79
commit 3becf15667
84 changed files with 165 additions and 152 deletions

View file

@ -14,7 +14,7 @@ from __future__ import print_function
import os
import sys
here = os.path.abspath(os.path.split(__file__)[0])
here = os.path.abspath(os.path.dirname(__file__))
repo_root = os.path.abspath(os.path.join(here, os.pardir, os.pardir))
sys.path.insert(0, os.path.join(repo_root, "tools"))