stripped title in the label as does not match testable statement for test case 661
--- a/ARIA/1.0/tests/test-files/name-computation-input/661.html Mon Feb 04 10:37:58 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/661.html Mon Feb 04 10:42:05 2013 -0600
@@ -11,7 +11,7 @@
</head>
<body>
<form>
- <label for="test" title=" bar "><input id="test" type="checkbox" name="test" title="bar"></label>
+ <label for="test"><input id="test" type="checkbox" name="test" title=" bar "></label>
</form>
</body>
</html>