Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / select-out-of-floated-contenteditable.html
blobb6da4802a40e59e6ec4f84d48779cb5cfdcfad3d
1 <!DOCTYPE html>
2 Some text before the floats.
3 <div contenteditable=true id="floatedEditable" style="float: left;">
4 Drag from the middle.
5 </div>
6 <div style="width: 100%; float: left;">
7 Some floated text in a div.
8 </div>
9 Some text after the floats.
10 <p style="padding-top: 1em;">
11 To test manually, drag from the middle of the editable div to the
12 right, into the non-floated text. The selection should go to the end
13 of the input element and not jump to the beginning.
14 </p>
15 <p id="result"></p>
16 <pre id="console"></pre>
17 <script src="resources/select-out-of-floated-editable.js"></script>