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

Commit 6df2479

Browse files
author
Gabriel Schulhof
committed
[navigation unit tests] Forgot to add necessary files ... *slap forehead*
1 parent 41757b2 commit 6df2479

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

tests/unit/navigation/dialog.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
<div data-nstest-role="dialog" id="dialog-base-tag-test">
7+
<div data-nstest-role="header">
8+
<h1>Dialog base tag test</h1>
9+
</div>
10+
<div data-nstest-role="content">
11+
<p>Content</p>
12+
</div>
13+
</div>
14+
</body>
15+
</html>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
</head>
6+
<body>
7+
<div data-nstest-role="page">
8+
<div data-nstest-role="content">
9+
<a href="dialog.html" data-nstest-rel="dialog" id="go-to-dialog">Go to dialog</a>
10+
</div>
11+
</div>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)