Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(803)

Side by Side Diff: third_party/WebKit/LayoutTests/editing/caret/in-multicol-child.html

Issue 1819603003: Shift flowthread-to-visual coordinate space conversion one level up in the tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update unit tests. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/caret/in-multicol-child-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Try editing lines in the second column. The caret should be
3 visible, and there should also be no junk rectangles below the
4 first column.</p>
5 <div style="position:absolute; left:100px; top:100px; padding:10px; columns:2; c olumn-gap:0; column-fill:auto; line-height:20px; width:400px; height:100px; back ground:yellow;" contenteditable>
6 line1<br>
7 line2<br>
8 line3<br>
9 line4<br>
10 line5<br>
11 line6<br>
12 <span id="target">line7</span><br>
13 line8<br>
14 </div>
15 <script>
16 if (window.eventSender && window.internals) {
17 eventSender.mouseMoveTo(320, 140);
18 eventSender.mouseDown();
19 eventSender.mouseUp();
20 }
21 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/caret/in-multicol-child-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698