| Index: third_party/WebKit/LayoutTests/fast/repaint/selection-clear-after-move.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/selection-clear-after-move.html b/third_party/WebKit/LayoutTests/fast/repaint/selection-clear-after-move.html
|
| index b8ee0d6e61abf0b6ef05686f4b1b380473033726..ae0f99486d152dd15543eafeea3fd961bb169982 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/selection-clear-after-move.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/selection-clear-after-move.html
|
| @@ -9,7 +9,7 @@ onload = function() {
|
| getSelection().selectAllChildren(document.getElementById('div'));
|
| runAfterLayoutAndPaint(function() {
|
| document.getElementById('div').style.top = '300px';
|
| - runRepaintTest();
|
| + runRepaintAndPixelTest();
|
| });
|
| };
|
| </script>
|
|
|