Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html |
| index 42fd11d271727b6f4b7196a2a4e01fb84d56bf79..dd2f7bdc554c5aa378ba41e7569f8d400b193f76 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html |
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html |
| @@ -16,9 +16,8 @@ |
| function scaleWithEventSender() { |
| var scaleFactor = 2.0; |
| - if (window.internals) { |
| + if (window.internals) |
| internals.setPageScaleFactor(scaleFactor); |
| - } |
| } |
| function test() { |