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

Commit

Permalink
[navigation unit tests] Forgot to add necessary files ... *slap foreh…
Browse files Browse the repository at this point in the history
…ead*
  • Loading branch information
Gabriel Schulhof committed Sep 6, 2012
1 parent 41757b2 commit 6df2479
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/unit/navigation/dialog.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div data-nstest-role="dialog" id="dialog-base-tag-test">
<div data-nstest-role="header">
<h1>Dialog base tag test</h1>
</div>
<div data-nstest-role="content">
<p>Content</p>
</div>
</div>
</body>
</html>
13 changes: 13 additions & 0 deletions tests/unit/navigation/go-to-dialog.html
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<div data-nstest-role="page">
<div data-nstest-role="content">
<a href="dialog.html" data-nstest-rel="dialog" id="go-to-dialog">Go to dialog</a>
</div>
</div>
</body>
</html>

0 comments on commit 6df2479

Please sign in to comment.