blob: 022e0359cb6f8d6f1d62eb8d48134f6f566ca9ec [file] [log] [blame]
<style>
canvas {
border: solid green;
}
</style>
<p>
These should be two identical green hollow squares:
</p>
<canvas width="50" height="50"></canvas>
<canvas width="50" height="50"></canvas>