seed test 99
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 25 Sep 2013 16:38:06 -0500
changeset 381 943a81b146dd
parent 380 ccb8bc6d1287
child 382 fe54d6673ded
seed test 99
ARIA-UAIG/1.0/tests/test-files/test99.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA-UAIG/1.0/tests/test-files/test99.html	Wed Sep 25 16:38:06 2013 -0500
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+	<head>
+		<title>test 99</title>
+                <style>
+                div[aria-haspop="true"] {background-color : red}
+                </style>
+	</head>
+	<body>
+		<p><input type="button" onclick="document.getElementById('test').setAttribute('aria-haspopup', 'false'))">popup false</input></p>
+                <div role="button" aria-haspopup="true"></div>
+                <div role="button" id="test" aria-haspopup="true"</div>
+	</body>
+</html>