| Index: third_party/WebKit/LayoutTests/editing/caret/in-multicol-child-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/caret/in-multicol-child-expected.html b/third_party/WebKit/LayoutTests/editing/caret/in-multicol-child-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d4ff7d9062139f0f38a2a4e4b7104fd552b8a40b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/editing/caret/in-multicol-child-expected.html
|
| @@ -0,0 +1,23 @@
|
| +<!DOCTYPE html>
|
| +<p>Try editing lines in the second column. The caret should be
|
| + visible, and there should also be no junk rectangles below the
|
| + first column.</p>
|
| +<div style="position:absolute; left:100px; top:100px; padding:10px; line-height:20px; width:400px; height:100px; background:yellow;" contenteditable>
|
| + <div style="float:left; width:200px;">
|
| + line1<br>
|
| + line2<br>
|
| + line3<br>
|
| + line4<br>
|
| + line5<br>
|
| + </div>
|
| + line6<br>
|
| + <span id="target">line7</span><br>
|
| + line8<br>
|
| +</div>
|
| +<script>
|
| +if (window.eventSender && window.internals) {
|
| + eventSender.mouseMoveTo(320, 140);
|
| + eventSender.mouseDown();
|
| + eventSender.mouseUp();
|
| +}
|
| +</script>
|
|
|