Revert rev 9211bfa02ed5 (Bug 1315260). Wrong commit message. r=me

MozReview-Commit-ID: 7uFDhNpx4XP
This commit is contained in:
Andreas Farre 2016-12-09 04:46:31 +01:00
Родитель c196f81e27
Коммит 82dff3dafb
2 изменённых файлов: 2 добавлений и 7 удалений

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

@ -1,5 +0,0 @@
[open-url-multi-window-6.htm]
type: testharness
[XMLHttpRequest: open() in document that is not fully active (but may be active) should throw]
expected: FAIL

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

@ -26,8 +26,8 @@
client = new ifr.contentWindow.XMLHttpRequest();
count++;
// Important to do a normal navigation, not a reload.
win.location.href = "resources/init.htm?avoid-replace";
}, 0);
win.location.href = "resources/init.htm";
}, 100);
}
doc.body.appendChild(ifr);
} else if(1 == count) {