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

Side by Side 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 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 PASS successfullyParsed is true 1 PASS successfullyParsed is true
2 2
3 TEST COMPLETE 3 TEST COMPLETE
4 PASS window.getSelection().toString() is "NormalInput" 4 PASS window.getSelection().toString() is "NormalInput"
5 PASS window.getSelection().toString() is "ReadonlyInput" 5 PASS window.getSelection().toString() is "ReadonlyInput"
6 PASS window.getSelection().toString() is "DisabledInput" 6 PASS window.getSelection().toString() is ""
7 PASS window.getSelection().toString() is "ReadonlyDisabledInput" 7 PASS window.getSelection().toString() is ""
8 PASS window.getSelection().toString() is "NormalTextarea" 8 PASS window.getSelection().toString() is "NormalTextarea"
9 PASS window.getSelection().toString() is "ReadonlyTextarea" 9 PASS window.getSelection().toString() is "ReadonlyTextarea"
10 PASS window.getSelection().toString() is "DisabledTextarea" 10 PASS window.getSelection().toString() is ""
11 PASS window.getSelection().toString() is "ReadonlyDisabledTextarea" 11 PASS window.getSelection().toString() is ""
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698