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

Unified Diff: content/test/data/gpu/screenshot_sync_canvas.html

Issue 1679593002: Reenable and strengthen screenshot_sync test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed vmiura's review feedback. Sample more potentially broken pixels. Created 4 years, 10 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 | « content/test/data/gpu/screenshot_sync.html ('k') | content/test/data/gpu/screenshot_sync_divs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/gpu/screenshot_sync_canvas.html
diff --git a/content/test/data/gpu/screenshot_sync.html b/content/test/data/gpu/screenshot_sync_canvas.html
similarity index 75%
rename from content/test/data/gpu/screenshot_sync.html
rename to content/test/data/gpu/screenshot_sync_canvas.html
index 7f7b30e2b2b107dae7c35a11fd9f94c38c5377e9..ce00afb5dac66dfb072c2a1ca4e1d7507bad5829 100644
--- a/content/test/data/gpu/screenshot_sync.html
+++ b/content/test/data/gpu/screenshot_sync_canvas.html
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
-<title>Synchronized screenshot test</title>
+<title>Synchronized screenshot test with canvas</title>
<style>
html, body { margin: 0; }
</style>
</head>
<body>
- <canvas id="canvas" width="256" height="256"></canvas>
+ <canvas id="canvas" width="256" height="256" style="position: absolute; left; 0px; top: 0px;"></canvas>
<div id="text"></div>
<script>
« no previous file with comments | « content/test/data/gpu/screenshot_sync.html ('k') | content/test/data/gpu/screenshot_sync_divs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698