Bug 4891 - HTMLIFrameElement11.js checks for wrong title, causes false failure
Summary: HTMLIFrameElement11.js checks for wrong title, causes false failure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Vicki Murley
URL: WebCore/layout-tests/dom/html/level2/...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 12:20 PDT by Vicki Murley
Modified: 2005-09-08 22:05 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vicki Murley 2005-09-08 12:20:05 PDT
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 Vicki Murley 2005-09-08 12:30:40 PDT
I've filed a bug with w3.org as Curt Arnold advised, http://www.w3.org/Bugs/Public/show_bug.cgi?
id=2043.  In the meantime I'll change this in our local version of this test.
Comment 2 Vicki Murley 2005-09-08 12:56:44 PDT
Fixed.
Comment 3 Darin Adler 2005-09-08 22:05:56 PDT
This same issue existed in HTMLFrameElement09.