зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 7c7707bb58b0 (bug 1361473)
This commit is contained in:
Родитель
de6dd624ed
Коммит
38f4b16e9a
|
@ -224,19 +224,6 @@ add_task(function* () {
|
|||
setFreetextFilter("-mime-type:HtmL status-code:200");
|
||||
testContents([0, 0, 1, 1, 1, 1, 1, 1, 0]);
|
||||
|
||||
// Test transferred-larger-than
|
||||
setFreetextFilter("transferred-larger-than:-1");
|
||||
testContents([1, 1, 1, 1, 1, 1, 1, 1]);
|
||||
|
||||
setFreetextFilter("transferred-larger-than:0");
|
||||
testContents([1, 1, 1, 0, 0, 0, 0, 0]);
|
||||
|
||||
setFreetextFilter("transferred-larger-than:33");
|
||||
testContents([0, 1, 1, 0, 0, 0, 0, 0]);
|
||||
|
||||
setFreetextFilter("transferred-larger-than:34");
|
||||
testContents([0, 0, 0, 0, 0, 0, 0, 0]);
|
||||
|
||||
yield teardown(monitor);
|
||||
|
||||
function testContents(visibility) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче