Bug 4891
| Summary: | HTMLIFrameElement11.js checks for wrong title, causes false failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vicki Murley <vicki> |
| Component: | Tools / Tests | Assignee: | 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 | ||
Vicki Murley
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vicki Murley
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
Fixed.
Darin Adler
This same issue existed in HTMLFrameElement09.