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

Unified Diff: LayoutTests/fast/forms/selection-setSelectionRange-focusing-expected.txt

Issue 392573002: HTMLTextAreaElement.setSelectionRange should not change focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix tests Created 6 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: LayoutTests/fast/forms/selection-setSelectionRange-focusing-expected.txt
diff --git a/LayoutTests/fast/forms/selection-setSelectionRange-focusing-expected.txt b/LayoutTests/fast/forms/selection-setSelectionRange-focusing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4fd8cc8634840fa6d1c7897436a0549815b762c7
--- /dev/null
+++ b/LayoutTests/fast/forms/selection-setSelectionRange-focusing-expected.txt
@@ -0,0 +1,14 @@
+Test for crbug.com/393504 :HTMLTextAreaElement.setSelectionRange should not change focus.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.activeElement is document.body
+PASS document.activeElement is document.body
+PASS document.activeElement is document.body
+PASS document.activeElement is document.body
+PASS document.activeElement is document.body
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698