add hasspopup
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 08 Jul 2013 10:29:52 -0500
changeset 307 a1e513fe7880
parent 306 001c2c33af6c
child 308 1fe1e93924c5
add hasspopup
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-combobox-aria-activedescendant-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-combobox-aria-activedescendant-obj1.html	Mon Jul 08 10:28:32 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-combobox-aria-activedescendant-obj1.html	Mon Jul 08 10:29:52 2013 -0500
@@ -8,7 +8,7 @@
       </title>
    </head>
    <body>
-      <div id="test" role="combobox" aria-expanded="true" aria-activedescendant="obj1" tabindex="0">
+      <div id="test" role="combobox" aria-haspopup="true" aria-expanded="true" aria-activedescendant="obj1" tabindex="0">
           <div role="textbox"></div>
           <div role="listbox">
             <div id="obj1" role="option">obj1</div>