more fixes
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 25 Sep 2013 16:45:29 -0500
changeset 383 66258ccc381a
parent 382 fe54d6673ded
child 384 4bb32297a1d7
more fixes
ARIA-UAIG/1.0/tests/test-files/test99.html
--- a/ARIA-UAIG/1.0/tests/test-files/test99.html	Wed Sep 25 16:39:47 2013 -0500
+++ b/ARIA-UAIG/1.0/tests/test-files/test99.html	Wed Sep 25 16:45:29 2013 -0500
@@ -3,11 +3,11 @@
 	<head>
 		<title>test 99</title>
                 <style>
-                div[aria-haspopup="true"] {background-color : red}
+                div[aria-haspopup="true"] {background-color : red;}
                 </style>
 	</head>
 	<body>
-		<p><input type="button" onclick="document.getElementById('test').setAttribute('aria-haspopup', 'false'))">popup false</input></p>
+		<p><input type="button" value="popup false" onclick="document.getElementById('test').setAttribute('aria-haspopup', 'false'))"/></p>
                 <div role="button" aria-haspopup="true"></div>
                 <div role="button" id="test" aria-haspopup="true"</div>
 	</body>