| Index: third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html b/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html
|
| index 1601f63972c99562be5b4144de041cb8622359eb..1f3dd06c2d6ad1ec10dff7363459d535f0858608 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html
|
| @@ -1,9 +1,10 @@
|
| +<!DOCTYPE html>
|
| <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| <script>
|
| function repaintTest() {
|
| - document.getElementById('scroller').style.background = 'green local';
|
| + scroller.style.background = 'green local';
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| #scroller {
|
|
|