Closed
Bug 300556
Opened 19 years ago
Closed 19 years ago
createDocument() creates useless documents that raise security exceptions
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ian, Unassigned)
References
()
Details
The following JS:
var x = document.implementation.createDocument(null, null, null);
var z = x.createElement('z');
...raises a security exception (?!): Access to createElement is denied.
That should surely not happen.
Comment 3•19 years ago
|
||
Worksforme. Please reopen if there is a testcase.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•