Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/taskgraph
/
.
/
offscreen-canvas
/
tools
/
gentest.py
blob: 1037482aecc886938365ed27b842b42da2fbfc7a [
file
] [
log
] [
blame
] [
edit
]
import
sys
sys
.
path
.
insert
(
0
,
'../../2dcontext/tools/'
)
import
gentestutils
from
gentestutils
import
genTestUtils
genTestUtils
(
'../../offscreen-canvas'
,
'../../offscreen-canvas'
,
'templates.yaml'
,
'name2dir.yaml'
,
True
)