Bug 23916

Summary: (r40738) Attempting to expand iframe node with web-inspector causes webkit to crash
Product: WebKit Reporter: Arthur Gunn <arthur>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: arthur, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.5   
URL: http://test.vint.co.nz/iframe-test
Attachments:
Description Flags
crash report for iframe / web-inspector bug none

Description Arthur Gunn 2009-02-12 00:34:19 PST
Attempting to expand an iframe node, in the elements tab in web-inspector, causes webkit to crash.

Note that the bug does not occur in all cases i.e. here:
http://developer.yahoo.com/yui/examples/editor/toolbar_editor.html

Perhaps because in the yahoo example  the iframe does not use the 'src' attribute?
Comment 1 Arthur Gunn 2009-02-12 00:44:25 PST
Have looked a it further, the crash occurs even without the src attribute.
Perhaps the yahoo example is immune, because the iframe was generated somehow? There is no reference to it in the html I can see.

A further reduction:

<html>
<head>
<title>untitled</title>
</head>
<body>
      <iframe/>
</body>
</html>
Comment 2 Arthur Gunn 2009-02-12 01:02:44 PST
Created attachment 27589 [details]
crash report for iframe / web-inspector bug
Comment 3 Mark Rowe (bdash) 2009-02-12 01:05:28 PST
This was fixed a day or two ago.

*** This bug has been marked as a duplicate of 23832 ***