зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1361722 Remove bogus document.write() from test_formdataparsing.js. r=jdm
This commit is contained in:
Родитель
d9b204c062
Коммит
5fecc78f44
|
@ -30,8 +30,6 @@ function testFormDataParsing(fn) {
|
||||||
boundary + '-',
|
boundary + '-',
|
||||||
|
|
||||||
function(fd) {
|
function(fd) {
|
||||||
document.write("0xDEADBEEF");
|
|
||||||
document.write(fd.get("greeting"));
|
|
||||||
is(fd.get("greeting"), '"hello"');
|
is(fd.get("greeting"), '"hello"');
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Загрузка…
Ссылка в новой задаче