Skip to content

Commit 342c523

Browse files
committed
Add border to CPU render test canvases
1 parent 5242f79 commit 342c523

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/integration/cpu-render.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<head>
2+
<style>
3+
canvas {border:1px solid black}
4+
</style>
5+
</head>
6+
17
<body>
28
<script src="../../node_modules/scratch-vm/dist/web/scratch-vm.js"></script>
39
<script src="../../node_modules/scratch-storage/dist/web/scratch-storage.js"></script>

0 commit comments

Comments
 (0)