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

Unified Diff: LayoutTests/platform/linux/editing/pasteboard/smart-paste-003-expected.txt

Issue 225303002: Let Selection.collapse remember a raw Position instead of a canonicalized one. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 6 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/platform/linux/editing/pasteboard/smart-paste-003-expected.txt
diff --git a/LayoutTests/platform/linux/editing/pasteboard/smart-paste-003-expected.txt b/LayoutTests/platform/linux/editing/pasteboard/smart-paste-003-expected.txt
index 0fa11a4aec760434ac09f92a948f4aec958b6802..dfce7b96dc0b11639319a9ea5befa413ba071adb 100644
--- a/LayoutTests/platform/linux/editing/pasteboard/smart-paste-003-expected.txt
+++ b/LayoutTests/platform/linux/editing/pasteboard/smart-paste-003-expected.txt
@@ -92,6 +92,7 @@ test test<#selection-caret> test"
| "
function editingTest() {
+ window.getSelection().collapse(test.firstChild, 1);
doubleClickAtSelectionStart();
copyCommand();
moveSelectionForwardByCharacterCommand();

Powered by Google App Engine
This is Rietveld 408576698