зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1479438
- Use correct resource url for chrome scope test_privatebrowsing_trackingprotection.html. r=francois
Differential Revision: https://phabricator.services.mozilla.com/D2512 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
f5b9ed7f5b
Коммит
5118e93be6
|
@ -1,6 +1,5 @@
|
|||
[DEFAULT]
|
||||
support-files =
|
||||
classifiedAnnotatedPBFrame.html
|
||||
classifierCommon.js
|
||||
classifierFrame.html
|
||||
classifierHelper.js
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<script class="testbody" type="text/javascript">
|
||||
|
||||
var mainWindow = window.docShell.rootTreeItem.domWindow;
|
||||
var contentPage = "http://www.itisatrap.org/tests/toolkit/components/url-classifier/tests/mochitest/classifiedAnnotatedPBFrame.html";
|
||||
var contentPage = "http://www.itisatrap.org/chrome/toolkit/components/url-classifier/tests/mochitest/classifiedAnnotatedPBFrame.html";
|
||||
|
||||
ChromeUtils.import("resource://gre/modules/Services.jsm");
|
||||
ChromeUtils.import("resource://testing-common/UrlClassifierTestUtils.jsm");
|
||||
|
|
Загрузка…
Ссылка в новой задаче