| OLD | NEW |
| 1 <script src="resources/asyncpaintguard.js"></script> | |
| 2 <style> | 1 <style> |
| 3 canvas { border: solid green; } | 2 canvas { border: solid green; } |
| 4 </style> | 3 </style> |
| 5 <p> | 4 <p> |
| 6 These should be four green hollow boxes with dimensions 600x300, 100x300, 60
0x100, 100x100. | 5 These should be four green hollow boxes with dimensions 600x300, 100x300, 60
0x100, 100x100. |
| 7 </p> | 6 </p> |
| 8 <canvas width="600" height="300"></canvas> | 7 <canvas width="600" height="300"></canvas> |
| 9 <canvas width="100" height="300"></canvas> | 8 <canvas width="100" height="300"></canvas> |
| 10 <canvas width="600" height="100"></canvas> | 9 <canvas width="600" height="100"></canvas> |
| 11 <canvas width="100" height="100"></canvas> | 10 <canvas width="100" height="100"></canvas> |
| OLD | NEW |