| 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 80666645268ee8560a1749f332e4336ff4faeb9b..3f0895d202badb7588d0f20721571b454677b765 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:700px; height:300px; background-color:white">
|
| +<div style="position:relative; width:400px; height:200px; background-color:white">
|
| </div>
|
| <div id="container" style="position:absolute; top:0px; left:0px">
|
| -<canvas id="canvas1" width="300" height="300" class="nomargin"></canvas>
|
| -<canvas id="canvas2" width="300" height="300" class="nomargin"></canvas>
|
| +<canvas id="canvas1" width="200" height="200" class="nomargin"></canvas>
|
| +<canvas id="canvas2" width="200" height="200" class="nomargin"></canvas>
|
| </div>
|
| </body>
|
| </html>
|
|
|