Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/index.html

Issue 4827963358969856: Issue 147 - [Typed objects] Implement object types (Closed)
Patch Set: Fixed comments and one more issue Created April 22, 2014, 3:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/common.js ('k') | test/jquery-1.7.1.min.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/index.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/test/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <link rel="stylesheet" href="qunit.css"/>
+ <script src="jquery-1.7.1.min.js"></script>
+ <script src="qunit.js"></script>
+ <script src="common.js"></script>
+ <script src="lib/typedObjects/utils.js" type="text/javascript;version=1.7"></script>
+ <script src="lib/typedObjects/primitiveTypes.js" type="text/javascript;version=1.7"></script>
+ <script src="lib/typedObjects/references.js" type="text/javascript;version=1.7"></script>
+ <script src="lib/typedObjects/objectTypes.js" type="text/javascript;version=1.7"></script>
+ <script src="lib/typedObjects.js" type="text/javascript;version=1.7"></script>
+ <script src="tests/typedObjects.js" type="text/javascript;version=1.7"></script>
+ </head>
+ <body>
+ <h1 id="qunit-header">Adblock Plus unit tests</h1>
+ <h2 id="qunit-banner"></h2>
+ <div id="qunit-testrunner-toolbar"></div>
+ <h2 id="qunit-userAgent"></h2>
+ <ol id="qunit-tests"></ol>
+ </body>
+</html>
« no previous file with comments | « test/common.js ('k') | test/jquery-1.7.1.min.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld