servo/tests/wpt/web-platform-tests/html/canvas/tools/gentest.py

8 lines
358 B
Python

from gentestutils import genTestUtils
from gentestutilsunion import genTestUtils_union
genTestUtils('../element', '../element', 'templates.yaml',
'name2dir-canvas.yaml', False)
genTestUtils('../offscreen', '../offscreen', 'templates.yaml',
'name2dir-offscreen.yaml', True)
genTestUtils_union('templates-new.yaml', 'name2dir.yaml')