fixing test file 496
authorJames Craig <jcraig@apple.com>
Tue, 30 Oct 2012 12:24:07 +0100
changeset 23 92bb8877bd0b
parent 22 26509ff9bac3
child 28 0e2afd1868a9
fixing test file 496
ARIA/1.0/tests/test-files/presentation-role/496.html
--- a/ARIA/1.0/tests/test-files/presentation-role/496.html	Tue Oct 30 10:19:28 2012 +0100
+++ b/ARIA/1.0/tests/test-files/presentation-role/496.html	Tue Oct 30 12:24:07 2012 +0100
@@ -1,10 +1,9 @@
 <html>
 <head>
-<title>Test 496 Image element with role="presentation" but controlled by an button </title>
+<title>Test 496 Button element with role="presentation" that 'controls' an image.</title>
 </head>
 <body>
-<img src="foo.jpg" alt="test1" width="40" height="40" role="presentation" id="foo"/>
-<input type="button" value="I control the Image" aria-controls="foo"/>
+<img src="foo.jpg" alt="test1" width="40" height="40" id="foo">
+<input role="presentation" type="button" value="I control the Image" aria-controls="foo">
 </body>
 </html>
-