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

Delta Between Two Patch Sets: chrome/content/tests/qunit.html

Issue 8382011: Applied changes from emailed code review (Closed)
Left Patch Set: Applied remaining changes Created Sept. 26, 2012, 9:02 a.m.
Right Patch Set: Created Sept. 28, 2012, 1:40 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « chrome/content/tests/qunit.css ('k') | chrome/content/tests/qunit.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld