Bug 3952

Summary: iFrame name information incorrectly returned
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: FramesAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Patch
ggaren: review+
layout test none

Description Geoffrey Garen 2005-07-11 11:45:54 PDT
frames[x].name returns frame element id, not frame name.
Comment 1 Geoffrey Garen 2005-07-11 11:46:39 PDT
(In reply to comment #0)

Radar bug: 4170960
Comment 2 Geoffrey Garen 2005-07-11 11:47:27 PDT
Created attachment 2908 [details]
Patch

Proposed fix.
Comment 3 Geoffrey Garen 2005-07-11 12:04:46 PDT
Created attachment 2909 [details]
layout test

Proposed layout test.