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

Unified Diff: qunit/index.html

Issue 4935175632846848: Issue 1527 - Properly escape generated CSS selectors (Closed)
Patch Set: Addressed comments Created Nov. 10, 2014, 12:10 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
@@ -41,6 +41,7 @@
<script src="tests/versionComparator.js"></script>
<script src="tests/baseDomain.js"></script>
<script src="tests/signatures.js"></script>
+ <script src="tests/cssEscaping.js"></script>
</head>
<body>
<h1 id="qunit-header">Adblock Plus unit tests</h1>
« no previous file with comments | « include.postload.js ('k') | qunit/tests/cssEscaping.js » ('j') | qunit/tests/cssEscaping.js » ('J')

Powered by Google App Engine
This is Rietveld