diff options
Diffstat (limited to 'testing/web-platform/tests/html/canvas/tools/gentest.py')
-rw-r--r-- | testing/web-platform/tests/html/canvas/tools/gentest.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/canvas/tools/gentest.py b/testing/web-platform/tests/html/canvas/tools/gentest.py new file mode 100644 index 0000000000..cb1f720590 --- /dev/null +++ b/testing/web-platform/tests/html/canvas/tools/gentest.py @@ -0,0 +1,6 @@ +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')
\ No newline at end of file |