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

Unified Diff: Source/WebKit/chromium/tests/data/move_caret.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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: Source/WebKit/chromium/tests/data/move_caret.html
diff --git a/Source/WebKit/chromium/tests/data/move_caret.html b/Source/WebKit/chromium/tests/data/move_caret.html
deleted file mode 100644
index 4dd24a000157bcdc2f2f40ea2dc0776e888629c2..0000000000000000000000000000000000000000
--- a/Source/WebKit/chromium/tests/data/move_caret.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<input id='target' type='text' value='16-char header. ^^ 16-char footer.'></input>
-<script>
- function selectCaret() {
- var text = document.getElementById('target');
- text.focus();
- text.setSelectionRange(17, 17);
- }
- function selectRange() {
- var text = document.getElementById('target');
- text.focus();
- text.setSelectionRange(16, 18);
- }
- window.onload = select;
-</script>
-</body>
-</html>
-
« no previous file with comments | « Source/WebKit/chromium/tests/data/longpress_selection.html ('k') | Source/WebKit/chromium/tests/data/navigate_to_same.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698