| Index: third_party/WebKit/LayoutTests/fast/repaint/background-resize-height.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-resize-height.html b/third_party/WebKit/LayoutTests/fast/repaint/background-resize-height.html
|
| index 1117a9d707493b3ab4fd5bd2064399f21c2b1bdb..88f87468ce3b7edf6502f5398fc982613794462b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/background-resize-height.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/background-resize-height.html
|
| @@ -5,7 +5,7 @@ function repaintTest()
|
| {
|
| document.getElementById('container').style.height = '550px';
|
| }
|
| -window.onload = runRepaintTest;
|
| +window.onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| #container {
|
|
|