| Index: third_party/WebKit/LayoutTests/fast/repaint/focus-enable-continuations.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/focus-enable-continuations.html b/third_party/WebKit/LayoutTests/fast/repaint/focus-enable-continuations.html
|
| index 8126fac27cc5988162a1a10e8311e661905771f3..20641c98112baaacd5716cade3f08f92dd5179bc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/focus-enable-continuations.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/focus-enable-continuations.html
|
| @@ -5,7 +5,7 @@ function repaintTest()
|
| {
|
| document.querySelector('#outer').focus();
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| body { height: 200px; }
|
|
|