| Index: third_party/WebKit/LayoutTests/fast/repaint/caret-outside-block.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/caret-outside-block.html b/third_party/WebKit/LayoutTests/fast/repaint/caret-outside-block.html
|
| index cd9364d9bd9177f5817e8419c02273a835bb5828..8a1292cf046fe4f53f595c4a879e001e725aae83 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/caret-outside-block.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/caret-outside-block.html
|
| @@ -9,6 +9,6 @@
|
| }
|
| </script>
|
| </head>
|
| -<body onload="runRepaintTest()">
|
| +<body onload="runRepaintAndPixelTest()">
|
| <div id="target" style="-webkit-user-modify: read-write; text-align: right; outline: none;">The caret should be at the end of this line</div>
|
| -</body>
|
| +</body>
|
|
|