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)

x86
Linux
defect
Not set
normal

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.
Have a testcase? I can't reproduce.
I can't reproduce either.
Worksforme.  Please reopen if there is a testcase.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Component: DOM: Core → DOM: Core & HTML
QA Contact: ian → general
You need to log in before you can comment on or make changes to this bug.