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> |