remove paren
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 25 Sep 2013 16:51:55 -0500
changeset 385 537490fe04d3
parent 384 4bb32297a1d7
child 386 444f2782c768
remove paren
ARIA-UAIG/1.0/tests/test-files/test99.html
--- a/ARIA-UAIG/1.0/tests/test-files/test99.html	Wed Sep 25 16:48:19 2013 -0500
+++ b/ARIA-UAIG/1.0/tests/test-files/test99.html	Wed Sep 25 16:51:55 2013 -0500
@@ -7,7 +7,7 @@
                 </style>
 	</head>
 	<body>
-		<p><input type="button" value="popup false" onclick="document.getElementById('test').setAttribute('aria-haspopup', 'false'))"/></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>