| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| <!-- Test based on that found at |
| http://philip.html5.org/tests/canvas/suite/tests/2d.drawImage.negativesource.html |
| --> |
| <html> |
| <head> |
| <link rel="stylesheet" href="../js/resources/js-test-style.css"> |
| <script src="../js/resources/js-test-pre.js"></script> |
| </head> |
| <body> |
| <p id="description"></p> |
| <div id="console"></div> |
| <canvas id="canvas" width="100" height="100"></canvas> |
| <script src="drawImage-with-negative-source-destination.js"></script> |
| <script src="../js/resources/js-test-post.js"></script> |
| </body> |
| </html> |