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

Unified Diff: qunit/index.html

Issue 5564089086509056: Issue 1801 - Use URL objects to process URLs in the background page (Closed)
Patch Set: Created Jan. 25, 2015, 1:18 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: qunit/index.html
===================================================================
--- a/qunit/index.html
+++ b/qunit/index.html
@@ -39,7 +39,7 @@
<script src="common.js"></script>
<script src="tests/adblockplus.js"></script>
<script src="tests/versionComparator.js"></script>
- <script src="tests/baseDomain.js"></script>
+ <script src="tests/url.js"></script>
<script src="tests/signatures.js"></script>
<script src="tests/cssEscaping.js"></script>
<script src="tests/filterValidation.js"></script>

Powered by Google App Engine
This is Rietveld