Closed
Bug 1361722
Opened 8 years ago
Closed 8 years ago
bogus document.write() in test_formdataparsing.js
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: bkelly, Assigned: bkelly)
References
Details
Attachments
(1 file)
966 bytes,
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
Looks like bug 1278275 landed some debugging code by accident in test_formdataparsing.js. For some reason the patch included this:
document.write("0xDEADBEEF");
document.write(fd.get("greeting"));
Assignee | ||
Comment 1•8 years ago
|
||
Josh, can you review this small patch? It removes some debugging code that slipped in with bug 1278275. I see no reason to do a document.write() here.
Attachment #8864228 -
Flags: review?(josh)
Updated•8 years ago
|
Attachment #8864228 -
Flags: review?(josh) → review+
Pushed by bkelly@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0ba26e5421df
Remove bogus document.write() from test_formdataparsing.js. r=jdm
Comment 3•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•