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

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

Issue 8450003: Reimplemented whitelist handling (Closed)
Patch Set: Created Sept. 25, 2012, 3:48 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
Index: chrome/content/tests/qunit.html
===================================================================
--- a/chrome/content/tests/qunit.html
+++ b/chrome/content/tests/qunit.html
@@ -1,13 +1,15 @@
<!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 type="text/javascript">
(function()
{
var results = [];
var gBrowser = null;
var URLFixer = new (function()
{

Powered by Google App Engine
This is Rietveld