| Index: third_party/WebKit/LayoutTests/fast/repaint/button-checkbox-click-method-repaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/button-checkbox-click-method-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/button-checkbox-click-method-repaint.html
|
| index 51699880b412b82321632d37787a286162c1215e..f3ef3435f2e98425847f8831b086f95f0b0894e3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/button-checkbox-click-method-repaint.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/button-checkbox-click-method-repaint.html
|
| @@ -6,7 +6,7 @@ function repaintTest()
|
| document.getElementById('button').click();
|
| document.getElementById('checkbox').click();
|
| }
|
| -window.onload = runRepaintTest;
|
| +window.onload = runRepaintAndPixelTest;
|
| </script>
|
| <style>
|
| #button {
|
|
|