more test cases
authorJames Craig <jcraig@apple.com>
Wed, 01 May 2013 16:56:50 -0700
changeset 223 739cfcfff872
parent 222 2f7f11a5d493
child 224 39f2fdce62da
more test cases
ARIA/1.0/tests/test-files/_/732.htm
ARIA/1.0/tests/test-files/_/770.htm
ARIA/1.0/tests/test-files/_/777.htm
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/_/732.htm	Wed May 01 16:56:50 2013 -0700
@@ -0,0 +1,1 @@
+<div tabindex="0" role="button" id="test" aria-haspopup="true">Test Content</div>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/_/770.htm	Wed May 01 16:56:50 2013 -0700
@@ -0,0 +1,5 @@
+<ul role="list" id="test" aria-owns="owned">
+	<li role="listitem" tabindex="0">obj1</li>
+	<li role="listitem" tabindex="0">obj2</li>
+</ul>
+<div id="owned" role="listitem" tabindex="0">Test Content</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/_/777.htm	Wed May 01 16:56:50 2013 -0700
@@ -0,0 +1,11 @@
+<style type="text/css">
+	[aria-checked="true"] {
+		background-color: yellow;
+	}
+</style>
+<ul role="menu">
+	<li role="menuitemcheckbox" aria-checked="true" id="test" tabindex="0">Test Content</li>
+	<li role="menuitem" tabindex="0">obj1</li>
+	<li role="menuitem" tabindex="0">obj2</li>
+</ul>
+