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

Unified Diff: chrome/content/tests/qunit.html

Issue 8433028: added hook function to appIntegration to handle function-overwrites from other extensions (Closed)
Patch Set: added missing statement Created Sept. 28, 2012, 9:52 a.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 | « chrome/content/tests/qunit.css ('k') | chrome/content/tests/qunit.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/tests/qunit.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/chrome/content/tests/qunit.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <link rel="stylesheet" href="qunit.css"/>
+ <script src="qunit.js"></script>
+ <script src="../common.js" type="text/javascript;version=1.7"></script>
+ <script src="tests/suffixTreeManipulation.js" type="text/javascript;version=1.7"></script>
+ <script src="tests/hooks.js" type="text/javascript;version=1.7"></script>
+ </head>
+ <body>
+ <h1 id="qunit-header">URL Fixer 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 | « chrome/content/tests/qunit.css ('k') | chrome/content/tests/qunit.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld