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

Unified Diff: test/browser/elemHideEmulation.html

Issue 29373596: Issue 4838 - Use nodeunit framework for integration tests running in browser (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore
Patch Set: Addressed comments and added additional minor changes Created Feb. 24, 2017, 9:17 a.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
« no previous file with comments | « package.json ('k') | test/browser/elemHideEmulation.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/elemHideEmulation.html
===================================================================
deleted file mode 100644
--- a/test/browser/elemHideEmulation.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>adblockpluscore browser tests - elemHideEmulation</title>
- <link rel="stylesheet" href="../../node_modules/qunitjs/qunit/qunit.css">
- <script src="../../node_modules/qunitjs/qunit/qunit.js"></script>
- <script src="../../lib/common.js"></script>
- <script src="../../chrome/content/elemHideEmulation.js"></script>
- <script src="elemHideEmulation.js"></script>
- </head>
- <body>
- <div id="qunit"></div>
- <div id="qunit-fixture"></div>
- </body>
-</html>
« no previous file with comments | « package.json ('k') | test/browser/elemHideEmulation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld