Bug 12333 - fast/tokenizer/external-script-document-write.html test fails (no HTMLSpanElement constructor)
Summary: fast/tokenizer/external-script-document-write.html test fails (no HTMLSpanEle...
Status: RESOLVED DUPLICATE of bug 67571
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-18 21:40 PST by Alexey Proskuryakov
Modified: 2022-12-19 20:28 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2007-01-18 21:40:09 PST
The current result is: "This should be a span: [object DOMHTMLElement]"
Comment 1 Alexey Proskuryakov 2007-12-14 09:30:23 PST
Also: javascript:alert(window.HTMLSpanElement) says "undefined".

Looks like the reason is that there is no HTMLSpanElement interface in DOM 2 HTML. But this doesn't mean that we shouldn't be able to manipulate its constructor etc.

See also: https://bugzilla.mozilla.org/show_bug.cgi?id=92071
Comment 2 Ahmad Saleem 2022-12-19 15:10:08 PST
@ap - is this something still we want to track or we can close this now? Thanks!
Comment 3 Alexey Proskuryakov 2022-12-19 20:28:57 PST
This succeeds, and the regression test is enabled.

*** This bug has been marked as a duplicate of bug 67571 ***