Giving test 61 some contents so it's rendered and easy to inspect.
--- 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