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