seed test 98
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Thu, 26 Sep 2013 08:23:35 -0500
changeset 387 262fa85b450c
parent 386 444f2782c768
child 388 09a585cee614
seed test 98
ARIA-UAIG/1.0/tests/test-files/test98.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA-UAIG/1.0/tests/test-files/test98.html	Thu Sep 26 08:23:35 2013 -0500
@@ -0,0 +1,17 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+	<head>
+		<title>test 98</title>
+                <style>
+                div[aria-haspopup="true"]          
+                { 
+                background-color:red;     
+                }
+                </style>
+	</head>
+	<body>
+
+                <div role="button" aria-haspopup="false"> button 1</div>
+                <div role="button" id="test" aria-haspopup="false"> button 2</div>
+	</body>
+</html>