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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/accessibility/aria-setsize-posinset.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/aria-setsize-posinset-expected.txt
diff --git a/LayoutTests/accessibility/aria-setsize-posinset-expected.txt b/LayoutTests/accessibility/aria-setsize-posinset-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1972af689c1aca3c06b95ceb16edeae5ee10dbd3
--- /dev/null
+++ b/LayoutTests/accessibility/aria-setsize-posinset-expected.txt
@@ -0,0 +1,21 @@
+This tests that aria-posinset and aria-setsize are exposed to accessibility correctly.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS list.childAtIndex(0).setSize is 10
+PASS list.childAtIndex(1).setSize is 10
+PASS list.childAtIndex(0).posInSet is 3
+PASS list.childAtIndex(1).posInSet is 5
+PASS listbox.childAtIndex(0).setSize is 4
+PASS listbox.childAtIndex(1).setSize is 4
+PASS listbox.childAtIndex(2).setSize is 4
+PASS listbox.childAtIndex(3).setSize is 4
+PASS listbox.childAtIndex(0).posInSet is 1
+PASS listbox.childAtIndex(1).posInSet is 2
+PASS listbox.childAtIndex(2).posInSet is 3
+PASS listbox.childAtIndex(3).posInSet is 4
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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