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

Unified Diff: LayoutTests/fast/forms/input-set-selectionStart-set-selectionEnd-expected.txt

Issue 374883004: Revert of Blink does not respect input.selectionStart and input.selectionEnd for some cases (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/input-set-selectionStart-set-selectionEnd-expected.txt
diff --git a/LayoutTests/fast/forms/input-set-selectionStart-set-selectionEnd-expected.txt b/LayoutTests/fast/forms/input-set-selectionStart-set-selectionEnd-expected.txt
deleted file mode 100644
index 4556770fd0482b69c5d8d0c8289192db2b822f66..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/forms/input-set-selectionStart-set-selectionEnd-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Test for BUG=367736: Blink does not respect input.selectionStart and input.selectionEnd for some cases.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS firstInput.selectionStart is 0
-PASS firstInput.selectionEnd is 0
-PASS firstInput.selectionStart is 3
-PASS firstInput.selectionEnd is 5
-PASS secondInput.selectionStart is 1
-PASS secondInput.selectionEnd is 1
-PASS secondInput.selectionStart is 1
-PASS secondInput.selectionEnd is 1
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698