mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
chore: add html element render testing
This commit is contained in:
parent
796833d138
commit
9079149011
2 changed files with 2 additions and 1 deletions
BIN
__tests__/snapshot/core/examples/test/html.html.jpg
Normal file
BIN
__tests__/snapshot/core/examples/test/html.html.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 124 KiB |
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue