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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt

Issue 2145323002: Content in disabled input field should not be selectable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated testcase Created 4 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: third_party/WebKit/LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt b/third_party/WebKit/LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt
index 9e53bad4f4a0b69343c2f706926e7421ff6d370f..141bad411cf95a49d7c173676c2a86f47df77ff7 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt
@@ -3,8 +3,8 @@ PASS successfullyParsed is true
TEST COMPLETE
PASS window.getSelection().toString() is "NormalInput"
PASS window.getSelection().toString() is "ReadonlyInput"
-PASS window.getSelection().toString() is "DisabledInput"
-PASS window.getSelection().toString() is "ReadonlyDisabledInput"
+PASS window.getSelection().toString() is ""
+PASS window.getSelection().toString() is ""
PASS window.getSelection().toString() is "NormalTextarea"
PASS window.getSelection().toString() is "ReadonlyTextarea"
PASS window.getSelection().toString() is "DisabledTextarea"

Powered by Google App Engine
This is Rietveld 408576698