This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 589 - L2 HTML HTMLObjectElement19 multiply broken
Summary: L2 HTML HTMLObjectElement19 multiply broken
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 2 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-10 04:43 UTC by Curt Arnold
Modified: 2004-03-10 19:34 UTC (History)
0 users

See Also:


Attachments
Rename and fix L2 HTML HTMLObjectElement19 (5.86 KB, patch)
2004-03-10 04:45 UTC, Curt Arnold
Details

Description Curt Arnold 2004-03-10 04:43:32 UTC
The L2 HTMLObjectElement19 test is not related to L1 HTML's 
HTMLObjectElement19, called getElementById with a ID value that did not appear 
in the source document and expected HTMLObjectElement.contentDocument to be 
frameset.html for no apparent reason.

I've renamed the test HTMLObjectElement20 to eliminate the conflict with the 
L1 HTML test, used getElementsByTagName and changed the expected value of 
HTMLObjectElement.contentDocument to null.  I know a way to create a test that 
would expect a non-null value for HTMLObjectElement.contentDocument.
Comment 1 Curt Arnold 2004-03-10 04:45:46 UTC
Created attachment 296 [details]
Rename and fix L2 HTML HTMLObjectElement19