Skip to content

Commit

Permalink
Add border to CPU render test canvases
Browse files Browse the repository at this point in the history
  • Loading branch information
adroitwhiz committed Jan 9, 2020
1 parent bf17a61 commit b5a7b36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/cpu-render.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<head>
<style>
canvas {border:1px solid black}
</style>
</head>

<body>
<script src="../../node_modules/scratch-vm/dist/web/scratch-vm.js"></script>
<script src="../../node_modules/scratch-storage/dist/web/scratch-storage.js"></script>
Expand Down

0 comments on commit b5a7b36

Please sign in to comment.