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: LayoutTests/accessibility/textbox-role-reports-selection-expected.txt

Issue 1050123003: Rewrote password layout test and removed obsolete tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Renamed some more tests for consistency. Created 5 years, 8 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
« no previous file with comments | « LayoutTests/accessibility/textbox-role-reports-selection.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This tests that the AXSelection property is correctly reported for non-native te xt boxes.
2 Some text in a textbox (34 chars).
3 PASS: axSelection is {0, 0} (Collapsed selection at start)
4 PASS: axSelection is {34, 0} (Collapsed selection at end)
5 PASS: axSelection is {15, 0} (Collapsed selection in the middle)
6 PASS: axSelection is {15, 2} (Non-collapsed selection in the middle)
7 PASS: axSelection is {0, 15} (Non-collapsed selection at the start)
8 PASS: axSelection is {15, 19} (Non-collapsed selection at the end)
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/textbox-role-reports-selection.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698