| Index: content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html
|
| diff --git a/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html b/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html
|
| index a3f916bb6877eb27ecd81e57fadf41c737734201..d6b4ca51da5cb6ecba24286b5939bed42993f6cc 100644
|
| --- a/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html
|
| +++ b/content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.html
|
| @@ -147,11 +147,11 @@ function main()
|
| </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>
|
|
|