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

Unified Diff: content/test/data/gpu/pixel_canvas_display_linear-rgb.html

Issue 2457113002: Fixing timeout in pixel_canvas_display_linear-rgb browser pixel test (Closed)
Patch Set: Addressing comments. Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/gpu/pixel_canvas_display_linear-rgb.html
diff --git a/content/test/data/gpu/pixel_canvas_display_linear-rgb.html b/content/test/data/gpu/pixel_canvas_display_linear-rgb.html
index d09b8bfb76ab74908613df29d6087f2ee0fdd938..363b1ef04c0f332c91ff618f5ce7c0ecf28cf936 100644
--- a/content/test/data/gpu/pixel_canvas_display_linear-rgb.html
+++ b/content/test/data/gpu/pixel_canvas_display_linear-rgb.html
@@ -1,11 +1,6 @@
<!DOCTYPE HTML>
<html>
<head>
-<style type="text/css">
-.nomargin {
- margin: 0px auto;
-}
-</style>
<script>
// This browser pixel test checks if the 2D canvas is properly displayed
// when the color space is set to linear-rgb.
@@ -45,10 +40,8 @@ function waitForFinish()
</script>
</head>
<body onload="main()">
-<div style="position:relative; width:300px; height:300px; background-color:white">
-</div>
<div id="container" style="position:absolute; top:0px; left:0px">
-<canvas id="c" width="200" height="200" class="nomargin"></canvas>
+<canvas id="c" width="140" height="140"></canvas>
</div>
</body>
</html>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698