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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/input-readonly-select-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 code for WebViewTest.LongPressImageTextArea test failure 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/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 cd2d9dc948da5cb63d2460ca813414b503bea923..cf16420ecb2d9f6ace8ef2d64b1bda4c94521915 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 true
+PASS selectEventFiredOnDisabledInput is false
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 true
+PASS selectEventFiredOnDisabledTextarea is false
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