Bug 1361722 Remove bogus document.write() from test_formdataparsing.js. r=jdm

This commit is contained in:
Ben Kelly 2017-05-03 13:51:19 -07:00
Родитель d9b204c062
Коммит 5fecc78f44
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -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"');
} }
], ],