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

Side by Side Diff: LayoutTests/editing/selection/readonly-disabled-text-selection-expected.txt

Issue 309553007: Adding support for Text Selection on Disabled and Readonly input elements in Android (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed Linux and Windows Layout test breaks. Created 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 PASS window.getSelection().toString() is "NormalInput"
5 PASS window.getSelection().toString() is "ReadonlyInput"
6 PASS window.getSelection().toString() is "DisabledInput"
7 PASS window.getSelection().toString() is "ReadonlyDisabledInput"
8 PASS window.getSelection().toString() is "NormalTextarea"
9 PASS window.getSelection().toString() is "ReadonlyTextarea"
10 PASS window.getSelection().toString() is "DisabledTextarea"
11 PASS window.getSelection().toString() is "ReadonlyDisabledTextarea"
12
OLDNEW
« no previous file with comments | « LayoutTests/editing/selection/readonly-disabled-text-selection.html ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698