Giving test 61 some contents so it's rendered and easy to inspect.
authorJames Craig <jcraig@apple.com>
Tue, 29 Oct 2013 23:49:56 -0700
changeset 404 f6435ed24180
parent 403 43408013c99e
child 405 2e4cc69c02dc
Giving test 61 some contents so it's rendered and easy to inspect.
ARIA-UAIG/1.0/tests/test-files/test61.html
--- a/ARIA-UAIG/1.0/tests/test-files/test61.html	Tue Oct 29 17:06:56 2013 -0500
+++ b/ARIA-UAIG/1.0/tests/test-files/test61.html	Tue Oct 29 23:49:56 2013 -0700
@@ -4,6 +4,6 @@
 		<title>Div with role="spinbutton" with aria-valuenow="5", aria-valuemin="0" and aria-valuemax="10", and no aria-valuetext</title>
 	</head>
 	<body>
-		<div id="test" role="spinbutton" aria-valuenow="5" aria-valuemin="0" aria-valuemax="10"></div>
+		<div id="test" role="spinbutton" aria-valuenow="5" aria-valuemin="0" aria-valuemax="10">foo</div>
 	</body>
 </html>
\ No newline at end of file