forked from blackberry/WebWorks-Community-APIs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adam Stanley
committed
Mar 8, 2012
1 parent
0a3f541
commit 8c19921
Showing
10 changed files
with
2,479 additions
and
1,593 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,15 @@ | ||
<!DOCTYPE html> | ||
<!-- | ||
* Copyright 2012 Research In Motion Limited. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
--> | ||
<html lang="en"> | ||
<html> | ||
<head> | ||
<title>blackberry.template unit tests (QUnit)</title> | ||
<link rel="stylesheet" href="qunit/qunit.css" media="screen"> | ||
|
||
<!-- reference your own javascript files here --> | ||
<style> | ||
#description { | ||
color: #2b81af; | ||
background-color: #D2E0E6; | ||
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial; | ||
padding: 0.5em 0 0.5em 2em; | ||
font-size: 1.25em; | ||
} | ||
</style> | ||
<!-- test runner files --> | ||
<meta charset="UTF-8" /> | ||
<title>blackberry.template unit tests</title> | ||
<link rel="stylesheet" href="qunit/qunit.css"> | ||
<script src="qunit/qunit.js"></script> | ||
<!-- reference your own javascript files here --> | ||
<script src="tests.js"></script> | ||
|
||
</head> | ||
<body class="flora"> | ||
<h1 id="qunit-header">blackberry.template unit tests</h1> | ||
<h2 id="qunit-banner"></h2> | ||
<div id="qunit-testrunner-toolbar"></div> | ||
<h2 id="qunit-userAgent"></h2> | ||
<div id="description"> The following unit tests (powered by QUnit) evaluates the functions and properties of a 'blackberry.template' demo JavaScript extension.</div> | ||
<ol id="qunit-tests"></ol> | ||
<body> | ||
<div id="qunit"></div> | ||
<div id="qunit-fixture">test markup</div> | ||
|
||
<div id="playArea"></div> | ||
|
||
<!-- JavaScript at the bottom for fast page loading --> | ||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.