| Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html
|
| index 563ff622e7d449676d57c913f239aa5b8ab9ec35..8672f3b88e17e07570c6cc0ed474b57564881a13 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html
|
| @@ -3,6 +3,9 @@
|
| <script>
|
| if (window.internals)
|
| internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
| + // Scaled background images in test and reference don't fully match.
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| </script>
|
| <style>
|
| body {
|
|
|