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

Unified Diff: test/browser/elemHideEmulation.html

Issue 29367181: Issue 4726 - Add tests for the element hiding emulation content script (Closed) Base URL: https://bitbucket.org/fhd/adblockpluscore
Patch Set: Wrap and indent QUnit.test invocations consistently Created Jan. 19, 2017, 9:55 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
===================================================================
new file mode 100644
--- /dev/null
+++ b/test/browser/elemHideEmulation.html
@@ -0,0 +1,16 @@
+<!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