Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit cb4fc2b

Browse files
apsdehalarschmitz
authored andcommitted
Hashchange: html lint free functional tests
1 parent 36d436b commit cb4fc2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/functional/hashchange/hashchange.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h1>Lots of text to push things down to where they need to scroll</h1>
6464
<a href="#" data-rel="back" data-role="button" data-icon="delete" data-iconpos="notext" class="ui-button-right"></a>
6565
<p>Popup on first page</p>
6666
<a href="hashchange.html">A page</a><br/>
67-
<a href="hashchange1.html">Another page</a><br></br>
67+
<a href="hashchange1.html">Another page</a><br/>
6868
<a data-role="button" href="dialog.html" data-rel="dialog">A dialog</a>
6969
</div>
7070
<a data-role="button" href="#popup" data-rel="popup">Popup 1</a>

tests/functional/hashchange/hashchange1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<a data-role="button" href="hashchange.html">A page</a>
2929
<a data-role="button" href="hashchange2.html">Yet another page</a>
3030
<div id="another-popup" data-role="popup">
31-
<p>Popup on another page</a>
31+
<p>Popup on another page</p>
3232
</div>
3333
<a data-role="button" href="#another-popup" data-rel="popup">Popup on another page</a>
3434
<a data-role="button" href="dialog.html" data-rel="dialog">A dialog</a>

tests/functional/hashchange/hashchange2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Yet another page</h1>
1919
<div data-role="content">
2020
<a data-role="button" href="hashchange.html">A page</a>
2121
<div id="yet-another-popup" data-role="popup">
22-
<p>Popup on yet another page</a>
22+
<p>Popup on yet another page</p>
2323
</div>
2424
<a data-role="button" href="#yet-another-popup" data-rel="popup">Popup on yet another page</a>
2525
<a data-role="button" href="dialog.html" data-rel="dialog">A dialog</a>

0 commit comments

Comments
 (0)