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

Side by Side 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 unified diff | Download patch
OLDNEW
1 double clicking on normal input 1 double clicking on normal input
2 PASS selectEventFiredOnInput is true 2 PASS selectEventFiredOnInput is true
3 3
4 double clicking on readonly input 4 double clicking on readonly input
5 PASS selectEventFiredOnReadonlyInput is true 5 PASS selectEventFiredOnReadonlyInput is true
6 6
7 double clicking on disabled input 7 double clicking on disabled input
8 PASS selectEventFiredOnDisabledInput is true 8 PASS selectEventFiredOnDisabledInput is false
9 9
10 double clicking on normal textarea 10 double clicking on normal textarea
11 PASS selectEventFiredOnTextarea is true 11 PASS selectEventFiredOnTextarea is true
12 12
13 double clicking on readonly textarea 13 double clicking on readonly textarea
14 PASS selectEventFiredOnReadonlyTextarea is true 14 PASS selectEventFiredOnReadonlyTextarea is true
15 15
16 double clicking on disabled textarea 16 double clicking on disabled textarea
17 PASS selectEventFiredOnDisabledTextarea is true 17 PASS selectEventFiredOnDisabledTextarea is false
18 18
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
OLDNEW
« 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