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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/content/tests/qunit.css ('k') | chrome/content/tests/qunit.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="qunit.css"/>
5 <script src="qunit.js"></script>
6 <script src="../common.js" type="text/javascript;version=1.7"></script>
7 <script src="tests/suffixTreeManipulation.js" type="text/javascript;version= 1.7"></script>
8 <script src="tests/hooks.js" type="text/javascript;version=1.7"></script>
9 </head>
10 <body>
11 <h1 id="qunit-header">URL Fixer unit tests</h1>
12 <h2 id="qunit-banner"></h2>
13 <div id="qunit-testrunner-toolbar"></div>
14 <h2 id="qunit-userAgent"></h2>
15 <ol id="qunit-tests"></ol>
16 </body>
17 </html>
OLDNEW
« 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