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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/selection-dragging-outside-1-expected.txt

Issue 1541083002: Fix invalid selection produced when dragging mouse outside the SVG text element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/LayoutTests/svg/text/selection-dragging-outside-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/text/selection-dragging-outside-1-expected.txt b/third_party/WebKit/LayoutTests/svg/text/selection-dragging-outside-1-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..107eb963218fd285f3b32c158d7ae03a58bb863d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/text/selection-dragging-outside-1-expected.txt
@@ -0,0 +1,40 @@
+PASS startElementId is "line"
+PASS selection.anchorOffset is 0
+PASS endElementId is "line"
+PASS selection.focusOffset is 24
+PASS startElementId is "line"
+PASS selection.anchorOffset is 7
+PASS endElementId is "line"
+PASS selection.focusOffset is 24
+PASS startElementId is "firsttext"
+PASS selection.anchorOffset is 0
+PASS endElementId is "firsttext"
+PASS selection.focusOffset is 4
+PASS startElementId is "firsttext"
+PASS selection.anchorOffset is 0
+PASS endElementId is "middletext"
+PASS selection.focusOffset is 4
+PASS startElementId is "firsttext"
+PASS selection.anchorOffset is 0
+PASS endElementId is "middletext"
+PASS selection.focusOffset is 4
+PASS startElementId is "firsttext"
+PASS selection.anchorOffset is 0
+PASS endElementId is "endtext"
+PASS selection.focusOffset is 4
+PASS startElementId is "firsttext"
+PASS selection.anchorOffset is 0
+PASS endElementId is "endtext"
+PASS selection.focusOffset is 4
+PASS startElementId is "firsttext"
+PASS selection.anchorOffset is 0
+PASS endElementId is "endtext"
+PASS selection.focusOffset is 4
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Happy, Web
+Happy, SVG
+Happy, ;)link
+Hello World. Hello, SVG.
+

Powered by Google App Engine
This is Rietveld 408576698