Bug 78235

Summary: Web Inspector: fix setOuterHTML for the case that adds / removes duplicate.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 78330    
Bug Blocks:    
Attachments:
Description Flags
Patch yurys: review+

Description Pavel Feldman 2012-02-09 07:07:29 PST
Today, editing <h2></h2> -> <h2></h2><h2></h2> results in a noop.
Comment 1 Pavel Feldman 2012-02-09 07:10:21 PST
Created attachment 126299 [details]
Patch
Comment 2 Pavel Feldman 2012-02-09 07:27:19 PST
Committed r107242: <http://trac.webkit.org/changeset/107242>