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

Commit d440a19

Browse files
apsdehalarschmitz
authored andcommitted
Popup: html lint free tests
1 parent e465739 commit d440a19

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

tests/integration/popup/back-two.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8"></meta>
4+
<meta charset="utf-8">
5+
<title>Popup back two</title>
56
</head>
67
<body>
78
<div data-ui-role="page" id="another-page">

tests/integration/popup/backcompat-tests.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div data-nstest-role="page" id="start-page">
2424
<div class="ui-content" id="page-content">
2525
<div data-nstest-arrow="true" data-nstest-role="popup" id="backcompat-test">
26-
<p>A popup</a>
26+
<p>A popup</p>
2727
</div>
2828
</div>
2929
</div>

tests/integration/popup/other.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8"></meta>
4+
<meta charset="utf-8">
5+
<title>Popup other</title>
56
</head>
67
<body>
78
<div data-nstest-role="page" id="other-page"></div>

tests/integration/popup/popup-sequence-test-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>Popup sequence test dialog</title>
45
</head>
56
<body>
67
<div data-nstest-role="dialog" id="popup-sequence-test-dialog">

0 commit comments

Comments
 (0)