Back out cbd675d08907 (bug 1210920) for WinXP T(g2) bustage

This commit is contained in:
Phil Ringnalda 2015-10-02 20:39:22 -07:00
Родитель e501333b17
Коммит fc2528e0d1
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -358,7 +358,6 @@ class damp(PageloaderTest):
sps_profile_entries = 1000000
win_counters = w7_counters = linux_counters = mac_counters = None
filters = filter.ignore_first.prepare(1) + filter.median.prepare()
preferences = {'addon.test.damp.webserver': '${webserver}'}
@register_test()

Просмотреть файл

@ -5,10 +5,8 @@ const {devtools} =
const { getActiveTab } = devtools.require("sdk/tabs/utils");
const { getMostRecentBrowserWindow } = devtools.require("sdk/window/utils");
webserver = Services.prefs.getCharPref("addon.test.damp.webserver");
const SIMPLE_URL = "chrome://damp/content/pages/simple.html";
const COMPLICATED_URL = webserver + "/tests/tp5n/bild.de/www.bild.de/index.html";
const COMPLICATED_URL = "http://localhost/tests/tp5n/bild.de/www.bild.de/index.html";
function Damp() {
}