Open
Bug 996302
Opened 11 years ago
Updated 5 years ago
Running twice the same document encoder should return the same result
Categories
(Core :: DOM: Serializers, defect, P5)
Tracking
()
NEW
People
(Reporter: florian, Unassigned)
Details
Running this in the Browser Console returns false:
// Create a plaintext encoder without flags.
var encoder = Components.classes["@mozilla.org/layout/documentEncoder;1?type=text/plain"]
.createInstance(Components.interfaces.nsIDocumentEncoder);
encoder.init(document, "text/plain", 0);
encoder.encodeToString() == encoder.encodeToString();
Comment 1•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: minor → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•