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

Unified Diff: LayoutTests/fast/multicol/caret-range-anonymous-block-expected.txt

Issue 1003303005: [New Multicolumn] Correct localPoint when hitting an anonymous child block. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase master Created 5 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
Index: LayoutTests/fast/multicol/caret-range-anonymous-block-expected.txt
diff --git a/LayoutTests/fast/multicol/caret-range-anonymous-block-expected.txt b/LayoutTests/fast/multicol/caret-range-anonymous-block-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..280a5f00719911a2234feef1b3934ddceaf6fd10
--- /dev/null
+++ b/LayoutTests/fast/multicol/caret-range-anonymous-block-expected.txt
@@ -0,0 +1,21 @@
+Test that hitting an anonymous block child of a multicol container takes us to the right text content.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+First column:
+PASS document.caretRangeFromPoint(170,39).startOffset is 3
+PASS document.caretRangeFromPoint(170,40).startOffset is 7
+PASS document.caretRangeFromPoint(170,79).startOffset is 11
+Second column:
+PASS document.caretRangeFromPoint(270,39).startOffset is 15
+PASS document.caretRangeFromPoint(270,40).startOffset is 19
+PASS document.caretRangeFromPoint(270,79).startOffset is 23
+Third column:
+PASS document.caretRangeFromPoint(370,39).startOffset is 27
+PASS document.caretRangeFromPoint(370,40).startOffset is 31
+PASS document.caretRangeFromPoint(370,79).startOffset is 35
+PASS successfullyParsed is true
+
+TEST COMPLETE
+xxx xxx xxx xxx xxx xxx xxx xxx xxx

Powered by Google App Engine
This is Rietveld 408576698