--- /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>