Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2771)

Unified Diff: Source/web/tests/data/canvas-copy-image.html

Issue 1007503003: Fixed key event context menu and added tests for coordinate cleanups (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed typo in expectation Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | Source/web/tests/data/email-form.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | Source/web/tests/data/email-form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698