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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/caret/in-multicol-child.html
diff --git a/third_party/WebKit/LayoutTests/editing/caret/in-multicol-child.html b/third_party/WebKit/LayoutTests/editing/caret/in-multicol-child.html
new file mode 100644
index 0000000000000000000000000000000000000000..2cc9b5c76a57609383af7656ed0925508e70f6db
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/editing/caret/in-multicol-child.html
@@ -0,0 +1,21 @@
+<!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; columns:2; column-gap:0; column-fill:auto; line-height:20px; width:400px; height:100px; background:yellow;" contenteditable>
+ line1<br>
+ line2<br>
+ line3<br>
+ line4<br>
+ line5<br>
+ 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>
« 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