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

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

Issue 2455853002: Revert of Content in disabled input field should not be selectable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/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 f28a3011a7d45960818f47971adb69571026498f..9e53bad4f4a0b69343c2f706926e7421ff6d370f 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,10 +3,10 @@ PASS successfullyParsed is true
TEST COMPLETE
PASS window.getSelection().toString() is "NormalInput"
PASS window.getSelection().toString() is "ReadonlyInput"
-PASS window.getSelection().toString() is ""
-PASS window.getSelection().toString() is ""
+PASS window.getSelection().toString() is "DisabledInput"
+PASS window.getSelection().toString() is "ReadonlyDisabledInput"
PASS window.getSelection().toString() is "NormalTextarea"
PASS window.getSelection().toString() is "ReadonlyTextarea"
-PASS window.getSelection().toString() is ""
-PASS window.getSelection().toString() is ""
+PASS window.getSelection().toString() is "DisabledTextarea"
+PASS window.getSelection().toString() is "ReadonlyDisabledTextarea"

Powered by Google App Engine
This is Rietveld 408576698