Open Bug 996302 Opened 10 years ago Updated 3 years ago

Running twice the same document encoder should return the same result

Categories

(Core :: DOM: Serializers, defect, P5)

x86
macOS
defect

Tracking

()

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();

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.