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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/input-readonly-select-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/fast/forms/input-readonly-select-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-readonly-select-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/input-readonly-select-expected.txt
index cf16420ecb2d9f6ace8ef2d64b1bda4c94521915..cd2d9dc948da5cb63d2460ca813414b503bea923 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-readonly-select-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/input-readonly-select-expected.txt
@@ -5,7 +5,7 @@ double clicking on readonly input
PASS selectEventFiredOnReadonlyInput is true
double clicking on disabled input
-PASS selectEventFiredOnDisabledInput is false
+PASS selectEventFiredOnDisabledInput is true
double clicking on normal textarea
PASS selectEventFiredOnTextarea is true
@@ -14,7 +14,7 @@ double clicking on readonly textarea
PASS selectEventFiredOnReadonlyTextarea is true
double clicking on disabled textarea
-PASS selectEventFiredOnDisabledTextarea is false
+PASS selectEventFiredOnDisabledTextarea is true
PASS successfullyParsed is true
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/forms/input-readonly-select.html ('k') | third_party/WebKit/Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698