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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/onselect-textarea-expected.txt

Issue 1389493002: Auto-rebaseline for r351985 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: third_party/WebKit/LayoutTests/fast/forms/onselect-textarea-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/onselect-textarea-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/onselect-textarea-expected.txt
deleted file mode 100644
index baea6ed599733116ef91fc7da3d4b1069ec20de6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/onselect-textarea-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-
-This tests onSelect for textareas.
-This also makes sure that the correct selection is restored when the element regains focus.
-
-Calling focus on textarea
-After focus: textarea selection start: 0 end: 0
-
-Calling setSelectionRange on textarea
-After setSelectionRange(5, 10): textarea selection start: 5 end: 10
-
-Double clicking to make selection for textarea
-onselect fired for textarea
-After double clicking: textarea selection start: 9 end: 13
-
-Calling blur on textarea
-After blur: textarea selection start: 9 end: 13
-
-Calling focus on textarea
-After focus: textarea selection start: 9 end: 13
-

Powered by Google App Engine
This is Rietveld 408576698