Bug 41735 - Fix <nobr><nobr> case in HTMLTreeBuilder
Summary: Fix <nobr><nobr> case in HTMLTreeBuilder
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-07-06 21:43 PDT by Eric Seidel (no email)
Modified: 2010-07-06 22:09 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.56 KB, patch)
2010-07-06 21:46 PDT, Eric Seidel (no email)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-07-06 21:43:29 PDT
Fix <nobr><nobr> case in HTMLTreeBuilder
Comment 1 Eric Seidel (no email) 2010-07-06 21:46:00 PDT
Created attachment 60678 [details]
Patch
Comment 2 Adam Barth 2010-07-06 21:47:46 PDT
Comment on attachment 60678 [details]
Patch

Foiled by your own functions!  You should test the reconstruct the formatting elements cases.  :)
Comment 3 Eric Seidel (no email) 2010-07-06 22:05:47 PDT
Committed r62623: <http://trac.webkit.org/changeset/62623>
Comment 4 Adam Barth 2010-07-06 22:09:13 PDT
Committed r62624: <http://trac.webkit.org/changeset/62624>