add text to the cell to facilitate testing
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 05 Aug 2013 15:32:10 -0500
changeset 335 c19880b003a8
parent 334 cfcb956e87fb
child 336 2189148e9c18
add text to the cell to facilitate testing
ARIA/1.0/tests/test-files/presentation-role/523.html
--- a/ARIA/1.0/tests/test-files/presentation-role/523.html	Mon Aug 05 15:27:28 2013 -0500
+++ b/ARIA/1.0/tests/test-files/presentation-role/523.html	Mon Aug 05 15:32:10 2013 -0500
@@ -5,7 +5,7 @@
 <body>
 <table role="presentation">
 <tr>
-<td aria-label="test"></td>
+<td aria-label="test">foo</td>
 </tr>
 </table>
 </body>