| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html
|
| index 87b04cdf2412df86241a5c95ca3596c15862a57d..942d2b97ed8c2cdbd6769fed2629281aa9e4b6c0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html
|
| @@ -12,7 +12,7 @@
|
| }
|
| </script>
|
| </head>
|
| -<body style="height:2000px;" onload="runRepaintTest()">
|
| +<body style="height:2000px;" onload="runRepaintAndPixelTest()">
|
| <!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: Layer fixed position logic needs more basic testing -->
|
| <!-- You should see no red on this page. -->
|
| <div style="position: absolute; top: 200px;" class="red"></div>
|
|
|