|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | + <title>jQuery Mobile Filter Integration Test</title> |
| 7 | + |
| 8 | + <script src="../../../external/requirejs/require.js"></script> |
| 9 | + <script src="../../../js/requirejs.config.js"></script> |
| 10 | + <script src="../../../js/jquery.tag.inserter.js"></script> |
| 11 | + <script src="../../jquery.setNameSpace.js"></script> |
| 12 | + <script src="../../jquery.testHelper.js"></script> |
| 13 | + <script src="../../../external/qunit.js"></script> |
| 14 | + <script> |
| 15 | + $.testHelper.asyncLoad([ |
| 16 | + [ "widgets/page" ], |
| 17 | + [ |
| 18 | + "jquery.mobile.navigation", |
| 19 | + "widgets/listview", |
| 20 | + "widgets/filterable", |
| 21 | + "widgets/filterable.backcompat", |
| 22 | + "widgets/listview.autodividers", |
| 23 | + "widgets/toolbar", |
| 24 | + "widgets/collapsible", |
| 25 | + "widgets/forms/button", |
| 26 | + "widgets/controlgroup", |
| 27 | + "widgets/forms/select", |
| 28 | + "widgets/forms/textinput", |
| 29 | + "jquery.mobile.buttonMarkup", |
| 30 | + "widgets/forms/checkboxradio" |
| 31 | + ], |
| 32 | + [ "jquery.mobile.init" ], |
| 33 | + [ "filterable_core.js" ] |
| 34 | + ]); |
| 35 | + </script> |
| 36 | + |
| 37 | + <link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" /> |
| 38 | + <link rel="stylesheet" href="../../../external/qunit.css"/> |
| 39 | + |
| 40 | + <script src="../../swarminject.js"></script> |
| 41 | + |
| 42 | +</head> |
| 43 | +<body> |
| 44 | + |
| 45 | +<h1 id="qunit-header">jQuery Mobile Filter Integration Test</h1> |
| 46 | +<h2 id="qunit-banner"></h2> |
| 47 | +<h2 id="qunit-userAgent"></h2> |
| 48 | +<ol id="qunit-tests"> |
| 49 | +</ol> |
| 50 | + |
| 51 | +<div data-nstest-role="page"> |
| 52 | + <div class="ui-content"> |
| 53 | + <div id="hidedividers-option-test" data-nstest-role="listview" data-nstest-filter="true"> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | +</div> |
| 57 | + |
| 58 | +</body> |
| 59 | +</html> |
0 commit comments