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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « package.json ('k') | test/browser/elemHideEmulation.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>adblockpluscore browser tests - elemHideEmulation</title>
6 <link rel="stylesheet" href="../../node_modules/qunitjs/qunit/qunit.css">
7 <script src="../../node_modules/qunitjs/qunit/qunit.js"></script>
8 <script src="../../lib/common.js"></script>
9 <script src="../../chrome/content/elemHideEmulation.js"></script>
10 <script src="elemHideEmulation.js"></script>
11 </head>
12 <body>
13 <div id="qunit"></div>
14 <div id="qunit-fixture"></div>
15 </body>
16 </html>
OLDNEW
« 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