Bug 12333

Summary: fast/tokenizer/external-script-document-write.html test fails (no HTMLSpanElement constructor)
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ahmad.saleem792, rniwa, sam
Priority: P2    
Version: 420+   
Hardware: All   
OS: All   

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 ***