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

Unified Diff: LayoutTests/editing/pasteboard/smart-paste-003.html

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/editing/pasteboard/smart-paste-003.html
diff --git a/LayoutTests/editing/pasteboard/smart-paste-003.html b/LayoutTests/editing/pasteboard/smart-paste-003.html
index 1e659ef3e3cdf4fa9005d59972f1dfcaba678ab6..44a3376153f28fb5f9cd6703fd9fb15aa2503544 100644
--- a/LayoutTests/editing/pasteboard/smart-paste-003.html
+++ b/LayoutTests/editing/pasteboard/smart-paste-003.html
@@ -43,6 +43,7 @@ test test
<script>
function editingTest() {
+ window.getSelection().collapse(test.firstChild, 1);
doubleClickAtSelectionStart();
copyCommand();
moveSelectionForwardByCharacterCommand();

Powered by Google App Engine
This is Rietveld 408576698