remove the width and height
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 26 Aug 2013 09:35:58 -0500
changeset 340 3b2668342664
parent 339 421b9a654b0c
child 341 18f66a70cabd
remove the width and height
ARIA/1.0/tests/test-files/presentation-role/509.html
--- a/ARIA/1.0/tests/test-files/presentation-role/509.html	Mon Aug 26 09:33:57 2013 -0500
+++ b/ARIA/1.0/tests/test-files/presentation-role/509.html	Mon Aug 26 09:35:58 2013 -0500
@@ -3,7 +3,7 @@
 <title>Test 509 Image element with role="presentation" but with aria-relevant="text"</title>
 </head>
 <body>
-<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" aria-live="polite" aria-relevant="text"/>
+<img src="foo.jpg" alt="test1" role="presentation" aria-live="polite" aria-relevant="text"/>
 </body>
 </html>