Bug 40283

Summary: HTML5Lexer does not handle <div FOO ><img><img></div> correctly
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 39259    
Attachments:
Description Flags
test case as patch
none
Patch abarth: review+

Description Eric Seidel (no email) 2010-06-07 23:39:11 PDT
HTML5Lexer does not handle <div FOOFOO ><img><img></div> correctly
Comment 1 Eric Seidel (no email) 2010-06-07 23:41:04 PDT
Created attachment 58114 [details]
test case as patch
Comment 2 Eric Seidel (no email) 2010-06-07 23:56:23 PDT
Created attachment 58116 [details]
Patch
Comment 3 Adam Barth 2010-06-07 23:58:38 PDT
Comment on attachment 58116 [details]
Patch

A patch of beauty.
Comment 4 Eric Seidel (no email) 2010-06-08 00:20:43 PDT
Committed r60827: <http://trac.webkit.org/changeset/60827>