From 5fecc78f4487d6ac64f9736b7e238f13cbd488d1 Mon Sep 17 00:00:00 2001 From: Ben Kelly Date: Wed, 3 May 2017 13:51:19 -0700 Subject: [PATCH] Bug 1361722 Remove bogus document.write() from test_formdataparsing.js. r=jdm --- dom/tests/mochitest/fetch/test_formdataparsing.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/dom/tests/mochitest/fetch/test_formdataparsing.js b/dom/tests/mochitest/fetch/test_formdataparsing.js index 53139aaff373..bc7eb21a603a 100644 --- a/dom/tests/mochitest/fetch/test_formdataparsing.js +++ b/dom/tests/mochitest/fetch/test_formdataparsing.js @@ -30,8 +30,6 @@ function testFormDataParsing(fn) { boundary + '-', function(fd) { - document.write("0xDEADBEEF"); - document.write(fd.get("greeting")); is(fd.get("greeting"), '"hello"'); } ],