mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1210920 - regression from talos webserver- talos damp doesn't load a real page. r=bgrins
This commit is contained in:
parent
1aeddb5fd6
commit
53cd91c49f
@ -358,6 +358,7 @@ 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,8 +5,10 @@ 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 = "http://localhost/tests/tp5n/bild.de/www.bild.de/index.html";
|
||||
const COMPLICATED_URL = webserver + "/tests/tp5n/bild.de/www.bild.de/index.html";
|
||||
|
||||
function Damp() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user