chore: add html element render testing

This commit is contained in:
chenshenhai 2021-07-26 16:01:38 +08:00
parent 796833d138
commit 9079149011
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

View file

@ -10,10 +10,11 @@ const pageList = [
{ path: 'board/examples/test/scroll.html', w: 700, h: 500, delay: 500 },
{ path: 'board/examples/test/reset-size.html', w: 400, h: 300, delay: 500 },
{ path: 'core/examples/test/rect.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/circle.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/text.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/svg.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/html.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/image.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/circle.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/scale-001.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/scale-002.html', w: 600, h: 400, delay: 500 },
{ path: 'core/examples/test/scale-003.html', w: 600, h: 400, delay: 500 },