Skip to content

Commit c889dcb

Browse files
committed
Navigation: html lint free tests
1 parent 42151bd commit c889dcb

Some content is hidden

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

42 files changed

+49
-10
lines changed

tests/integration/navigation/100%test/behind-the-percent.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div data-nstest-role="page"><div id="percentPageChild"></div></div>

tests/integration/navigation/base-change.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div id="base-change-page" data-nstest-role="page">

tests/integration/navigation/base-tests.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<a href="../content/content-page-1.html" class="cp1"></a>
4242
<a href="../content/content-page-2.html" class="cp2"></a>
4343
<a href="#internal-page-2" class="ip2"></a>
44-
<img src="images/internal-page-1.png">
44+
<img src="images/internal-page-1.png" alt="Internal Page 1">
4545
</div>
4646

4747
<div id="internal-page-2" data-nstest-role="page">
@@ -50,7 +50,7 @@
5050
<a href="../content/content-page-1.html" class="cp1"></a>
5151
<a href="../content/content-page-2.html" class="cp2"></a>
5252
<a href="#internal-page-1" class="ip1"></a>
53-
<img src="images/internal-page-2.png">
53+
<img src="images/internal-page-2.png" alt="Internal Page 2">
5454
</div>
5555

5656
<div data-nstest-role="page" id="internal-no-action-form-page">
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div id="base-page-1" data-nstest-role="page">
78
<a href="base-page-2.html" class="bp2">Base Page 2</a>
89
<a href="../content/content-page-1.html" class="cp1">Content Page 1</a>
910
<a href="../../#internal-page-1" class="ip1">Internal Page 1</a>
1011
<a href="../../#internal-page-2" class="ip2">Internal Page 2</a>
11-
<img src="images/base-page-1.png">
12+
<img src="images/base-page-1.png" alt="Base page">
1213
</div>
1314
</body>
1415
</html>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div id="base-page-2" data-nstest-role="page">
78
<a href="base-page-1.html" class="bp1">Base Page 1</a>
89
<a href="../content/content-page-1.html" class="cp1">Content Page 1</a>
910
<a href="../../#internal-page-1" class="ip1">Internal Page 1</a>
1011
<a href="../../#internal-page-2" class="ip2">Internal Page 2</a>
11-
<img src="images/base-page-2.png">
12+
<img src="images/base-page-2.png" alt="Base page 2">
1213
</div>
1314
</body>
1415
</html>

tests/integration/navigation/base-tests/content/content-page-1.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div id="content-page-1" data-nstest-role="page">
78
<a href="content-page-2.html" class="cp2">Content Page 2</a>
89
<a href="../app-base/base-page-1.html" class="bp1">Base Page 1</a>
910
<a href="../../#internal-page-1" class="ip1">Internal Page 1</a>
1011
<a href="../../#internal-page-2" class="ip2">Internal Page 2</a>
11-
<img src="images/content-page-1.png">
12+
<img src="images/content-page-1.png" alt="Content page 1">
1213

1314
<form>
1415
<input type="hidden" name="foo" value="1">
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div id="content-page-2" data-nstest-role="page">
78
<a href="content-page-1.html" class="cp1">Content Page 1</a>
89
<a href="../app-base/base-page-1.html" class="bp1">Base Page 1</a>
910
<a href="../../#internal-page-1" class="ip1">Internal Page 1</a>
1011
<a href="../../#internal-page-2" class="ip2">Internal Page 2</a>
11-
<img src="images/content-page-2.png">
12+
<img src="images/content-page-2.png" alt="Content page 2">
1213
</div>
1314
</body>
1415
</html>

tests/integration/navigation/cached-external.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>Cached External</title>
45
<meta charset="utf-8">
56
</head>
67
<body>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>jQuery Mobile Button Test Suite</title>
77

88
<script src="../../../external/requirejs/require.js"></script>
@@ -23,7 +23,7 @@
2323
<div data-nstest-role="page" data-nstest-theme="a">
2424
<div data-nstest-role="content" data-nstest-theme="b">
2525
<form>
26-
<input data-nstest-role="button" type="reset" value="Reset" id="reset-button"></input>
26+
<input data-nstest-role="button" type="reset" value="Reset" id="reset-button">
2727
</form>
2828
</div>
2929
</div>

tests/integration/navigation/data-url-tests/data-url.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div data-nstest-role="page" data-nstest-url="foo/" data-other="for testing">

tests/integration/navigation/data-url-tests/nested.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div data-nstest-role="page" data-nstest-url="foo/bar.html"></div>

tests/integration/navigation/data-url-tests/non-data-url.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div data-nstest-role="page">

tests/integration/navigation/data-url-tests/parentheses.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div data-nstest-role="page">

tests/integration/navigation/data-url-tests/reverse-attr.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div data-nstest-url="foo/bar/reverse.html" data-nstest-role="page"></div>

tests/integration/navigation/data-url-tests/single-quotes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div data-nstest-role='page' data-nstest-url='foo/bar/single.html'></div>

tests/integration/navigation/dialog-param-test/dialog-param.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67

tests/integration/navigation/dialog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Dialog</title>
45
</head>
56
<body>
67
<div data-nstest-role="dialog" id="dialog-base-tag-test">

tests/integration/navigation/event/push-state-disabled-tests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<title>Navigation Test</title>
45
<!-- forces the base-tests into a push state disabled run and allows for
56
the test suite runner to pick it up as a separate test set. See test/integration/ls.php,
67
test/integration/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->

tests/integration/navigation/external.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>External</title>
45
<meta charset="utf-8">
56
</head>
67
<body>

tests/integration/navigation/file.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>File</title>
45
<meta charset="utf-8">
56
</head>
67
<body>

tests/integration/navigation/form-tests/changepage-data.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div id="changepage-data" data-nstest-role="page"> </div>

tests/integration/navigation/form-tests/form-no-action.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Navigation Test</title>
45
</head>
56
<body>
67
<div id="external-form-no-action-page" data-nstest-role="page">

tests/integration/navigation/go-to-dialog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>Go to dialog</title>
45
<meta charset="utf-8">
56
</head>
67
<body>

tests/integration/navigation/init-query-param-hash-tests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<title>Navigation Test</title>
45
<!-- forces the base-tests into a push state disabled run and allows for
56
the test suite runner to pick it up as a separate test set. See test/integration/ls.php,
67
test/integration/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->

tests/integration/navigation/method/push-state-disabled-method-tests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<title>Navigation Test</title>
45
<!-- forces the base-tests into a push state disabled run and allows for
56
the test suite runner to pick it up as a separate test set. See test/integration/ls.php,
67
test/integration/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->

tests/integration/navigation/path-tests/file.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>Navigation Test</title>
45
<meta charset="utf-8">
56
</head>
67
<body>

tests/integration/navigation/path-tests/parent-ref.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>Navigation Test</title>
45
<meta charset="utf-8">
56
</head>
67
<body>

tests/integration/navigation/path-tests/parent/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<title>Navigation Test</title>
45
<meta charset="utf-8">
56
</head>
67
<body>

tests/integration/navigation/path-tests/sub-dir/file.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>Navigation Test</title>
45
<meta charset="utf-8">
56
</head>
67
<body>

tests/integration/navigation/path-tests/sub-dir/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<title>Navigation Test</title>
45
<meta charset="utf-8">
56
</head>
67
<body>

tests/integration/navigation/push-state-disabled-base-tests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<title>Push State Disabled Base Tests</title>
45
<!-- forces the base-tests into a push state disabled run and allows for
56
the test suite runner to pick it up as a separate test set. See test/integration/ls.php,
67
test/integration/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->

tests/integration/navigation/push-state-disabled-tests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<title>Push State Disabled Tests</title>
45
<!-- forces the base-tests into a push state disabled run and allows for
56
the test suite runner to pick it up as a separate test set. See test/integration/ls.php,
67
test/integration/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->

tests/integration/navigation/sequence/basic-dialog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Basic dialog</title>
45
</head>
56
<body>
67
<div id="basicDialog" data-nstest-role="dialog">

tests/integration/navigation/sequence/basic-dialog1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Basic Dialog 1</title>
45
</head>
56
<body>
67
<div id="anotherDialog" data-nstest-role="dialog">

tests/integration/navigation/sequence/page-styled-as-dialog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
34
<title>Page styled as a dialog</title>

tests/integration/navigation/sequence/sequence-dialog-hash-key-tests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4+
<title>Dialog Hash Key Tests</title>
45
<script src="../../../../external/qunit/qunit.js"></script>
56
<script>
67
(function() {

tests/integration/navigation/sequence/sequence-path1-path2-dialog-hash-key-tests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4+
<title>Path 1 Path 2 Dialog Hash Key Tests</title>
45
<script src="../../../../external/qunit/qunit.js"></script>
56
<script>
67
(function() {

tests/integration/navigation/sequence/sequence-push-state-disabled-dialog-hash-key-tests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<title>Disable Dialog Hash Key Tests</title>
45
<!-- forces the base-tests into a push state disabled run and allows for
56
the test suite runner to pick it up as a separate test set. See test/integration/ls.php,
67
test/integration/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->

tests/integration/navigation/sequence/sequence-push-state-disabled-path1-path2-dialog-hash-key-tests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<title>Dialog Hash</title>
45
<!-- forces the base-tests into a push state disabled run and allows for
56
the test suite runner to pick it up as a separate test set. See test/integration/ls.php,
67
test/integration/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->

tests/integration/navigation/sequence/sequence-push-state-disabled-tests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<title>Push state disabled tests</title>
45
<!-- forces the base-tests into a push state disabled run and allows for
56
the test suite runner to pick it up as a separate test set. See test/integration/ls.php,
67
test/integration/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->

tests/integration/navigation/title2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
5+
<title>Title2</title>
66
</head>
77
<body>
88

tests/integration/navigation/title3.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5+
<title>Title Heading</title>
56
</head>
67
<body>
78

8-
<div data-nstest-role="page" >
9+
<div data-nstest-role="page">
910
<div data-nstest-role="toolbar" data-nstest-type="header"><h1>Title Heading</h1></div>
1011
</div>
1112

0 commit comments

Comments
 (0)