| Index: Source/web/tests/data/canvas-copy-image.html
|
| diff --git a/Source/web/tests/data/canvas-copy-image.html b/Source/web/tests/data/canvas-copy-image.html
|
| index b7638553796cd9a6532402940e7b785c12773d62..875ea4d813eb578dc71c5706028dc31ea92e8e14 100644
|
| --- a/Source/web/tests/data/canvas-copy-image.html
|
| +++ b/Source/web/tests/data/canvas-copy-image.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <body>
|
| -<canvas width="200" height="200"></canvas>
|
| +<canvas style="position:absolute; top:40px; left:40px" width="200" height="200"></canvas>
|
| <script>
|
| var canvas = document.querySelector("canvas");
|
| var context = canvas.getContext("2d");
|
|
|