RESOLVED FIXED 4891
HTMLIFrameElement11.js checks for wrong title, causes false failure
https://bugs.webkit.org/show_bug.cgi?id=4891
Summary HTMLIFrameElement11.js checks for wrong title, causes false failure
Vicki Murley
Reported 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".
Attachments
Vicki Murley
Comment 1 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.
Vicki Murley
Comment 2 2005-09-08 12:56:44 PDT
Fixed.
Darin Adler
Comment 3 2005-09-08 22:05:56 PDT
This same issue existed in HTMLFrameElement09.
Note You need to log in before you can comment on or make changes to this bug.