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 2043 - HTMLIFrameElement11.js checks for wrong title, causes false failure
Summary: HTMLIFrameElement11.js checks for wrong title, causes false failure
Status: NEW
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 2 (show other bugs)
Version: unspecified
Hardware: Macintosh Windows 3.1
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL: dom/html/level2/html/HTMLIFrameElemen...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 19:29 UTC by Vicki Murley
Modified: 2012-12-04 00:52 UTC (History)
1 user (show)

See Also:


Attachments

Description Vicki Murley 2005-09-08 19:29:21 UTC
HTMLIFrameElement11.js has this assert:       
      assertEquals("titleLink","NIST DOM HTML Test - FRAME",vtitle);

This line should read 
     assertEquals("titleLink","NIST DOM HTML Test - FRAMESET",vtitle);

as the test is checking the title of frame.html, and the title of frame.html is "NIST DOM HTML Test - 
FRAMESET".
Comment 1 Darin Adler 2005-09-09 05:08:42 UTC
Same issue exists in HTMLFrameElement09.js.