99 < script src ="../jquery.setNameSpace.js "> </ script >
1010 < script src ="../../../external/qunit.js "> </ script >
1111 < script src ="../../../tests/jquery.testHelper.js "> </ script >
12+ < script src ="../../../js "> </ script >
1213 < script src ="select_events.js "> </ script >
1314 < script src ="select_core.js "> </ script >
14- < script src ="../../../js "> </ script >
1515
1616
1717 < link rel ="stylesheet " href ="../../../themes/default/ "/>
@@ -27,7 +27,7 @@ <h2 id="qunit-userAgent"></h2>
2727
2828< div id ="foo " data-nstest-role ="page ">
2929 < div data-nstest-role ="fieldcontain " id ="select-choice-few-container ">
30- < select name ="select-choice-few " id ="select-choice-few ">
30+ < select name ="select-choice-few " id ="select-choice-few " data-nstest-native-menu =" false " >
3131 < option value ="standard "> Standard: 7 day</ option >
3232 < option value ="rush "> Rush: 3 days</ option >
3333 < option value ="express "> Express: next day</ option >
@@ -45,17 +45,17 @@ <h2 id="qunit-userAgent"></h2>
4545 </ div >
4646
4747 < div data-nstest-role ="fieldcontain " id ="select-choice-global-native-container ">
48- < select name ="select-choice-global-native " id ="select-choice-global-native ">
48+ < select name ="select-choice-global-native " id ="select-choice-global-native " data-nstest-native-menu =" false " >
4949 < option value ="standard "> Standard: 7 day</ option >
5050 < option value ="rush "> Rush: 3 days</ option >
5151 < option value ="express "> Express: next day</ option >
5252 < option value ="overnight "> Overnight</ option >
5353 </ select >
5454 </ div >
55-
55+
5656 < div data-nstest-role ="fieldcontain " id ="select-choice-many-container-1 ">
5757 < label for ="select-choice-many-1 " class ="select "> Your state:</ label >
58- < select name ="select-choice-many-1 " id ="select-choice-many-1 ">
58+ < select name ="select-choice-many-1 " id ="select-choice-many-1 " data-nstest-native-menu =" false " >
5959 < option value ="AL "> Alabama</ option >
6060 < option value ="AK "> Alaska</ option >
6161 < option value ="AZ "> Arizona</ option >
@@ -111,7 +111,7 @@ <h2 id="qunit-userAgent"></h2>
111111
112112 < div data-nstest-role ="fieldcontain " id ="select-choice-many-container ">
113113 < label for ="select-choice-many " class ="select "> Your state:</ label >
114- < select name ="select-choice-many " id ="select-choice-many ">
114+ < select name ="select-choice-many " id ="select-choice-many " data-nstest-native-menu =" false " >
115115 < option value ="AL "> Alabama</ option >
116116 < option value ="AK "> Alaska</ option >
117117 < option value ="AZ "> Arizona</ option >
@@ -167,7 +167,7 @@ <h2 id="qunit-userAgent"></h2>
167167
168168 < div data-nstest-role ="fieldcontain " id ="select-choice-many-container-hash-check ">
169169 < label for ="select-choice-many-hash-check " class ="select "> Your state:</ label >
170- < select name ="select-choice-many-hash-check " id ="select-choice-many-hash-check ">
170+ < select name ="select-choice-many-hash-check " id ="select-choice-many-hash-check " data-nstest-native-menu =" false " >
171171 < option value ="AL "> Alabama</ option >
172172 < option value ="AK "> Alaska</ option >
173173 < option value ="AZ "> Arizona</ option >
@@ -223,7 +223,7 @@ <h2 id="qunit-userAgent"></h2>
223223
224224 < div data-nstest-role ="fieldcontain " id ="select-choice-many-container-many-clicks ">
225225 < label for ="select-choice-many-many-clicks " class ="select "> Your state:</ label >
226- < select name ="select-choice-many-many-clicks " id ="select-choice-many-many-clicks ">
226+ < select name ="select-choice-many-many-clicks " id ="select-choice-many-many-clicks " data-nstest-native-menu =" false " >
227227 < option value ="AL "> Alabama</ option >
228228 < option value ="AK "> Alaska</ option >
229229 < option value ="AZ "> Arizona</ option >
@@ -288,7 +288,7 @@ <h2 id="qunit-userAgent"></h2>
288288 }
289289 </ style >
290290
291- < select name ="select-choice-few " id ="select-offscreen ">
291+ < select name ="select-choice-few " id ="select-offscreen " data-nstest-native-menu =" false " >
292292 < option value ="standard "> Standard: 7 day</ option >
293293 < option value ="rush "> Rush: 3 days</ option >
294294 < option value ="express "> Express: next day</ option >
@@ -297,7 +297,7 @@ <h2 id="qunit-userAgent"></h2>
297297 </ div >
298298
299299 < div data-nstest-role ="fieldcontain " id ="select-long-option-label-container ">
300- < select name ="select-long-option-label " id ="select-long-option-label ">
300+ < select name ="select-long-option-label " id ="select-long-option-label " data-nstest-native-menu =" false " >
301301 < option value ="short "> Choice 1</ option >
302302 < option value ="long "> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</ option >
303303 </ select >
0 commit comments