fixing test file for test case 172
authorJames Craig <jcraig@apple.com>
Wed, 24 Apr 2013 13:28:48 -0700
changeset 205 0cc2567251af
parent 204 c890713ef2ee
child 206 2b29dbb981b4
fixing test file for test case 172
ARIA/1.0/tests/test-files/aria-describedby/774.html
ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-combobox-aria-autocomplete-none.html
--- a/ARIA/1.0/tests/test-files/aria-describedby/774.html	Mon Apr 22 13:22:42 2013 -0400
+++ b/ARIA/1.0/tests/test-files/aria-describedby/774.html	Wed Apr 24 13:28:48 2013 -0700
@@ -3,12 +3,11 @@
 <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-      <title>test 774
-      </title>
+      <title>test 774</title>
    </head>
    <body>
       <img src="foo.jpg" id="test" alt="test" aria-describedby="t1">
-      <div id="t1" role="presentation">foo</div>
+      <span id="t1" role="presentation">foo</span>
    </body>
 </html
 
--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-combobox-aria-autocomplete-none.html	Mon Apr 22 13:22:42 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-combobox-aria-autocomplete-none.html	Wed Apr 24 13:28:48 2013 -0700
@@ -8,8 +8,6 @@
       </title>
    </head>
    <body>
-      <div id="test" role="combobox" aria-autocomplete="none">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+      <input id="test" role="combobox" aria-autocomplete="none" value="Placeholder content" aria-expanded="false">
    </body>
 </html>
\ No newline at end of file