Bug 4891

Summary: HTMLIFrameElement11.js checks for wrong title, causes false failure
Product: WebKit Reporter: Vicki Murley <vicki>
Component: Tools / TestsAssignee: Vicki Murley <vicki>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: WebCore/layout-tests/dom/html/level2/html/HTMLIFrameElement11.js

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.