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

Side by Side Diff: LayoutTests/accessibility/aria-setsize-posinset-expected.txt

Issue 1099393002: Enabling aria test related to setsize and posinset. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/aria-setsize-posinset.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 aria-posinset and aria-setsize are exposed to accessibility corr ectly.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS list.childAtIndex(0).setSize is 10
7 PASS list.childAtIndex(1).setSize is 10
8 PASS list.childAtIndex(0).posInSet is 3
9 PASS list.childAtIndex(1).posInSet is 5
10 PASS listbox.childAtIndex(0).setSize is 4
11 PASS listbox.childAtIndex(1).setSize is 4
12 PASS listbox.childAtIndex(2).setSize is 4
13 PASS listbox.childAtIndex(3).setSize is 4
14 PASS listbox.childAtIndex(0).posInSet is 1
15 PASS listbox.childAtIndex(1).posInSet is 2
16 PASS listbox.childAtIndex(2).posInSet is 3
17 PASS listbox.childAtIndex(3).posInSet is 4
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/aria-setsize-posinset.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698