| Index: third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html b/third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html
|
| index 7b74e35f6ee0d393dbe4450a6144a464aa683d7e..9803fbcb2ef905ebe259294cd5e4ee65a72897a8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html
|
| @@ -19,7 +19,7 @@
|
| var selection = window.getSelection();
|
| var image = document.getElementById('test');
|
| selection.setBaseAndExtent(image, 0, image, 1);
|
| - runRepaintTest();
|
| + runRepaintAndPixelTest();
|
| }
|
| function repaintTest()
|
| {
|
| @@ -33,4 +33,4 @@
|
| </p>
|
| <img id="test" src="resources/apple.jpg" width="214" height="232" alt="Apple">
|
| </body>
|
| -</html>
|
| +</html>
|
|
|