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

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

Issue 2811993003: Shrink OffscreenCanvas commit pixel tests' test rect dimension (Closed)
Patch Set: comment Created 3 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
Index: content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_main.html
diff --git a/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_main.html b/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_main.html
index 3f0895d202badb7588d0f20721571b454677b765..d314ffcaecf972f73074f7f95fec09e3c5f6034f 100644
--- a/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_main.html
+++ b/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_main.html
@@ -127,11 +127,11 @@ function waitForFinish()
</script>
</head>
<body onload="main()">
-<div style="position:relative; width:400px; height:200px; background-color:white">
+<div style="position:relative; width:360px; height:200px; background-color:white">
</div>
<div id="container" style="position:absolute; top:0px; left:0px">
-<canvas id="canvas1" width="200" height="200" class="nomargin"></canvas>
-<canvas id="canvas2" width="200" height="200" class="nomargin"></canvas>
+<canvas id="canvas1" width="180" height="200" class="nomargin"></canvas>
+<canvas id="canvas2" width="180" height="200" class="nomargin"></canvas>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698