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

Delta Between Two Patch Sets: 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
Left Patch Set: Run browser tests via our test runner Created Jan. 10, 2017, 9:10 a.m.
Right 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:
Right: Side by side diff | Download
« no previous file with change/comment | « package.json ('k') | test/browser/elemHideEmulation.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld