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

Unified Diff: Source/web/tests/data/move_range_selection_extent.html

Issue 653383002: Add new API for only moving the selection extent point. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated comment Created 6 years, 2 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 | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebLocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/move_range_selection_extent.html
diff --git a/Source/web/tests/data/select_range_div_editable.html b/Source/web/tests/data/move_range_selection_extent.html
similarity index 59%
copy from Source/web/tests/data/select_range_div_editable.html
copy to Source/web/tests/data/move_range_selection_extent.html
index 8030ce21149158e21a2c99869987382e550c54cd..3e72527b96225f4b322ef2632cda725282142a97 100644
--- a/Source/web/tests/data/select_range_div_editable.html
+++ b/Source/web/tests/data/move_range_selection_extent.html
@@ -1,9 +1,7 @@
<!DOCTYPE html>
-<html>
+<html id='root'>
<body>
-This text won't be selected because it isn't editable.
-<div id='target' contenteditable="true">16-char header. This text is initially selected. 16-char footer.</div>
-This text won't be selected because it isn't editable.
+<span id='target'>16-char header. This text is initially selected. 16-char footer.</span>
<script>
function select() {
var text = document.getElementById('target').firstChild;
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698