Skip to content

Commit 516afad

Browse files
author
Gabriel Schulhof
committed
Tests: Updating qunit markup
Fixes jquery-archivegh-6936
1 parent 22fcdba commit 516afad

File tree

51 files changed

+51
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+51
-255
lines changed

tests/integration/checkboxradio/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@
3030
</head>
3131
<body>
3232

33-
<h1 id="qunit-header">jQuery Mobile Checkbockradio Test Suite</h1>
34-
<h2 id="qunit-banner"></h2>
35-
<h2 id="qunit-userAgent"></h2>
36-
<ol id="qunit-tests">
37-
</ol>
33+
<div id="qunit"></div>
3834

3935
<div data-nstest-role="page" data-nstest-theme="a">
4036
<div data-nstest-role="content">

tests/integration/collapsible/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@
3131
</head>
3232
<body>
3333

34-
<h1 id="qunit-header">jQuery Mobile Collapsible Integration Test</h1>
35-
<h2 id="qunit-banner"></h2>
36-
<h2 id="qunit-userAgent"></h2>
37-
<ol id="qunit-tests">
38-
</ol>
34+
<div id="qunit"></div>
3935

4036
<div data-nstest-role="page">
4137
<div data-nstest-role="content">

tests/integration/core/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@
2525
</head>
2626
<body>
2727

28-
<h1 id="qunit-header">jQuery Mobile Core Test Suite</h1>
29-
<h2 id="qunit-banner"></h2>
30-
<h2 id="qunit-userAgent"></h2>
31-
<ol id="qunit-tests">
32-
</ol>
28+
<div id="qunit"></div>
3329

3430
<div data-nstest-role="page">
3531
</div>

tests/integration/degrade-inputs/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@
2626
</head>
2727
<body>
2828

29-
<h1 id="qunit-header">jQuery Mobile Degrade Inputs Test Suite</h1>
30-
<h2 id="qunit-banner"></h2>
31-
<h2 id="qunit-userAgent"></h2>
32-
<ol id="qunit-tests">
33-
</ol>
29+
<div id="qunit"></div>
3430

3531
<div id="page" data-nstest-role="page">
3632

tests/integration/dialog-extension/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@
3939
</head>
4040
<body>
4141

42-
<h1 id="qunit-header">jQuery Mobile Dialog Test Suite</h1>
43-
<h2 id="qunit-banner"></h2>
44-
<h2 id="qunit-userAgent"></h2>
45-
<ol id="qunit-tests">
46-
</ol>
42+
<div id="qunit"></div>
4743

4844
<div id="mypage" data-nstest-role="page" data-nstest-theme="a">
4945
<a href="#foo-dialog" id="foo-dialog-link" data-nstest-role="button" data-nstest-inline="true" ></a>

tests/integration/dialog-extension/no-hash-tests.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@
4141
</head>
4242
<body>
4343

44-
<h1 id="qunit-header">jQuery Mobile Dialog Test Suite</h1>
45-
<h2 id="qunit-banner"></h2>
46-
<h2 id="qunit-userAgent"></h2>
47-
<ol id="qunit-tests">
48-
</ol>
44+
<div id="qunit"></div>
4945

5046
<div id="mypage" data-nstest-role="page" data-nstest-theme="a">
5147
<div data-nstest-role="content">

tests/integration/dialog/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@
3939
</head>
4040
<body>
4141

42-
<h1 id="qunit-header">jQuery Mobile Dialog Test Suite</h1>
43-
<h2 id="qunit-banner"></h2>
44-
<h2 id="qunit-userAgent"></h2>
45-
<ol id="qunit-tests">
46-
</ol>
42+
<div id="qunit"></div>
4743

4844
<div id="mypage" data-nstest-role="page" data-nstest-theme="a">
4945
<a href="#foo-dialog" id="foo-dialog-link" data-nstest-role="button" data-nstest-inline="true" data-nstest-rel="dialog"></a>

tests/integration/dialog/no-hash-tests.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@
4040
</head>
4141
<body>
4242

43-
<h1 id="qunit-header">jQuery Mobile Dialog Test Suite</h1>
44-
<h2 id="qunit-banner"></h2>
45-
<h2 id="qunit-userAgent"></h2>
46-
<ol id="qunit-tests">
47-
</ol>
43+
<div id="qunit"></div>
4844

4945
<div id="mypage" data-nstest-role="page" data-nstest-theme="a">
5046
<div data-nstest-role="content">

tests/integration/filterable/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@
7676
</head>
7777
<body>
7878

79-
<h1 id="qunit-header">jQuery Mobile Filter Integration Test</h1>
80-
<h2 id="qunit-banner"></h2>
81-
<h2 id="qunit-userAgent"></h2>
82-
<ol id="qunit-tests">
83-
</ol>
79+
<div id="qunit"></div>
8480

8581
<!-- Search bar filter -->
8682
<div data-nstest-role="page" id='search-filter-test'>

tests/integration/fixed-toolbar/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@
3232
</head>
3333
<body>
3434

35-
<h1 id="qunit-header">jQuery Mobile Fixed Toolbar Test Suite</h1>
36-
<h2 id="qunit-banner"></h2>
37-
<h2 id="qunit-userAgent"></h2>
38-
<ol id="qunit-tests">
39-
</ol>
35+
<div id="qunit"></div>
4036

4137
<div data-nstest-role="page" id="default">
4238
<!-- structural classes -->

tests/integration/listview/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@
4040
</head>
4141
<body>
4242

43-
<h1 id="qunit-header">jQuery Mobile Listview Integration Test</h1>
44-
<h2 id="qunit-banner"></h2>
45-
<h2 id="qunit-userAgent"></h2>
46-
<ol id="qunit-tests">
47-
</ol>
43+
<div id="qunit"></div>
4844

4945
<!-- Basic Linked view test -->
5046
<div data-nstest-role="page" id='basic-linked-test'>

tests/integration/navigation/base-tests.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@
3434
</head>
3535
<body>
3636

37-
<h1 id="qunit-header">jQuery Mobile Navigation Base Tag Test Suite</h1>
38-
<h2 id="qunit-banner"></h2>
39-
<h2 id="qunit-userAgent"></h2>
40-
<ol id="qunit-tests">
41-
</ol>
37+
<div id="qunit"></div>
4238

4339
<div id="internal-page-1" data-nstest-role="page">
4440
<a href="base-page-1.html" class="bp1"></a>

tests/integration/navigation/click-handler-tests.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@
3232
<script src="../../swarminject.js"></script>
3333
</head>
3434
<body>
35-
<h1 id="qunit-header">jQuery Mobile Button Test Suite</h1>
36-
<h2 id="qunit-banner"></h2>
37-
<h2 id="qunit-userAgent"></h2>
38-
<ol id="qunit-tests">
39-
</ol>
35+
<div id="qunit"></div>
4036

4137
<div data-nstest-role="page" data-nstest-theme="a">
4238
<div data-nstest-role="content" data-nstest-theme="b">

tests/integration/navigation/multipage/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@
3535
</head>
3636
<body>
3737

38-
<h1 id="qunit-header">jQuery Mobile Sequence Test Suite</h1>
39-
<h2 id="qunit-banner"></h2>
40-
<h2 id="qunit-userAgent"></h2>
41-
<ol id="qunit-tests">
42-
</ol>
38+
<div id="qunit"></div>
4339

4440
<div id="page1" data-nstest-role="page">
4541
<div data-nstest-role="content">

tests/integration/navigation/sequence/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@
3737
</head>
3838
<body>
3939

40-
<h1 id="qunit-header">jQuery Mobile Sequence Test Suite</h1>
41-
<h2 id="qunit-banner"></h2>
42-
<h2 id="qunit-userAgent"></h2>
43-
<ol id="qunit-tests">
44-
</ol>
40+
<div id="qunit"></div>
4541

4642
<div id="basicTestPage" data-nstest-role="page" data-nstest-theme="a">
4743
<div data-nstest-role="content">

tests/integration/page/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@
3131
</head>
3232
<body>
3333

34-
<h1 id="qunit-header">jQuery Mobile Page Test Suite</h1>
35-
<h2 id="qunit-banner"></h2>
36-
<h2 id="qunit-userAgent"></h2>
37-
<ol id="qunit-tests">
38-
</ol>
34+
<div id="qunit"></div>
3935

4036
<div data-nstest-role="page">
4137
<a id="openTestPage" href="#title-test">Go</a>

tests/integration/select/cached-tests.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@
3030
</head>
3131
<body>
3232

33-
<h1 id="qunit-header">jQuery Mobile Select Event Test Suite</h1>
34-
<h2 id="qunit-banner"></h2>
35-
<h2 id="qunit-userAgent"></h2>
36-
<ol id="qunit-tests">
37-
</ol>
33+
<div id="qunit"></div>
3834
<div id="default" data-nstest-role="page"></div>
3935
</body>
4036
</html>

tests/integration/toolbar/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@
2828
</head>
2929
<body>
3030

31-
<h1 id="qunit-header">jQuery Mobile Toolbar Test Suite</h1>
32-
<h2 id="qunit-banner"></h2>
33-
<h2 id="qunit-userAgent"></h2>
34-
<ol id="qunit-tests">
35-
</ol>
31+
<div id="qunit"></div>
3632

3733
<div data-nstest-role="page">
3834
<div data-role="content">

tests/integration/transitions/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
</head>
2323
<body>
2424

25-
<h1 id="qunit-header">jQuery Mobile Navigation Test Suite</h1>
26-
<h2 id="qunit-banner"></h2>
27-
<h2 id="qunit-userAgent"></h2>
28-
<ol id="qunit-tests">
29-
</ol>
25+
<div id="qunit"></div>
3026

3127
<div id="harmless-default-page" data-nstest-role="page" class="first-page">
3228
</div>

tests/unit/button-markup/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@
3434
</head>
3535
<body>
3636

37-
<h1 id="qunit-header">jQuery Mobile Button Markup Test Suite</h1>
38-
<h2 id="qunit-banner"></h2>
39-
<h2 id="qunit-userAgent"></h2>
40-
<ol id="qunit-tests">
41-
</ol>
37+
<div id="qunit"></div>
4238

4339
<div data-nstest-role="page" id="default">
4440
<div data-nstest-role="content" id="control-group-content">

tests/unit/button/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@
4949
</style>
5050
</head>
5151
<body>
52-
<h1 id="qunit-header">jQuery Mobile Button Test Suite</h1>
53-
<h2 id="qunit-banner"></h2>
54-
<h2 id="qunit-userAgent"></h2>
55-
<ol id="qunit-tests">
56-
</ol>
52+
<div id="qunit"></div>
5753

5854
<div data-nstest-role="page" data-nstest-theme="a">
5955
<div data-nstest-role="content" data-nstest-theme="b">

tests/unit/checkboxradio/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@
3434
</head>
3535
<body>
3636

37-
<h1 id="qunit-header">jQuery Mobile Checkbockradio Test Suite</h1>
38-
<h2 id="qunit-banner"></h2>
39-
<h2 id="qunit-userAgent"></h2>
40-
<ol id="qunit-tests">
41-
</ol>
37+
<div id="qunit"></div>
4238

4339
<div data-nstest-role="page" data-nstest-theme="b">
4440
<div data-nstest-role="content" id="the-content">

tests/unit/controlgroup/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@
3333
</head>
3434
<body>
3535

36-
<h1 id="qunit-header">jQuery Mobile Controlgroup Test Suite</h1>
37-
<h2 id="qunit-banner"></h2>
38-
<h2 id="qunit-userAgent"></h2>
39-
<ol id="qunit-tests">
40-
</ol>
36+
<div id="qunit"></div>
4137

4238
<div data-nstest-role="page">
4339
<div data-nstest-role="content">

tests/unit/core/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@
2525
</head>
2626
<body>
2727

28-
<h1 id="qunit-header">jQuery Mobile Core Test Suite</h1>
29-
<h2 id="qunit-banner"></h2>
30-
<h2 id="qunit-userAgent"></h2>
31-
<ol id="qunit-tests">
32-
</ol>
28+
<div id="qunit"></div>
3329

3430
<div data-nstest-role="page">
3531
</div>

tests/unit/degrade-inputs/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@
2525
</head>
2626
<body>
2727

28-
<h1 id="qunit-header">jQuery Mobile Degrade Inputs Test Suite</h1>
29-
<h2 id="qunit-banner"></h2>
30-
<h2 id="qunit-userAgent"></h2>
31-
<ol id="qunit-tests">
32-
</ol>
28+
<div id="qunit"></div>
3329

3430
<div id="page" data-nstest-role="page">
3531

tests/unit/dialog/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@
3737
</head>
3838
<body>
3939

40-
<h1 id="qunit-header">jQuery Mobile Dialog Test Suite</h1>
41-
<h2 id="qunit-banner"></h2>
42-
<h2 id="qunit-userAgent"></h2>
43-
<ol id="qunit-tests">
44-
</ol>
40+
<div id="qunit"></div>
4541

4642
<div id="qunit-fixture">
4743

tests/unit/event/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@
3030
</head>
3131
<body>
3232

33-
<h1 id="qunit-header">jQuery Mobile Event Test Suite</h1>
34-
<h2 id="qunit-banner"></h2>
35-
<h2 id="qunit-userAgent"></h2>
36-
<ol id="qunit-tests">
37-
</ol>
33+
<div id="qunit"></div>
3834

3935
<div id="qunit-fixture"></div>
4036

tests/unit/field-contain/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@
3030
</head>
3131
<body>
3232

33-
<h1 id="qunit-header">jQuery Mobile FieldContainer Test Suite</h1>
34-
<h2 id="qunit-banner"></h2>
35-
<h2 id="qunit-userAgent"></h2>
36-
<ol id="qunit-tests">
37-
</ol>
33+
<div id="qunit"></div>
3834

3935
<div data-nstest-role="page">
4036

tests/unit/filterable/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@
4242
</head>
4343
<body>
4444

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>
45+
<div id="qunit"></div>
5046

5147
<div data-nstest-role="page">
5248
<div class="ui-content">

tests/unit/fixed-toolbar/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@
3131
</head>
3232
<body>
3333

34-
<h1 id="qunit-header">jQuery Mobile Fixed Toolbar Test Suite</h1>
35-
<h2 id="qunit-banner"></h2>
36-
<h2 id="qunit-userAgent"></h2>
37-
<ol id="qunit-tests">
38-
</ol>
34+
<div id="qunit"></div>
3935

4036
<div data-nstest-role="page" id="default">
4137
<!-- structural classes -->

0 commit comments

Comments
 (0)