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

Side by Side 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.
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