зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1599160 - Wait for less zoom messages in a DAMP test. r=nchevobbe,perftest-reviewers,sparky
DAMP refreshes the page that it loads, and it bypasses the caches, but we still coalesce in-progress loads, so it's expected to see less of this. This actually caught another issue, that I'm fixing in bug 1645180. Differential Revision: https://phabricator.services.mozilla.com/D79352
This commit is contained in:
Родитель
6671be81dd
Коммит
88493a8db6
|
@ -18,7 +18,7 @@ const { AppConstants } = require("resource://gre/modules/AppConstants.jsm");
|
|||
const EXPECTED_MESSAGES = [
|
||||
{
|
||||
text: `This page uses the non standard property “zoom”`,
|
||||
count: isFissionEnabled() ? 2 : 4,
|
||||
count: isFissionEnabled() ? 1 : 2,
|
||||
visibleWhenFissionEnabled: true,
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче