Bug 115122

Summary: Setting an inline style property to "" shouldn't cause style recalc unless the property was present.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kling, macpherson, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description Andreas Kling 2013-04-24 12:46:21 PDT
E.g element.style.display = "" should be a no-op if there is no display property in the element's inline style.
Comment 1 Andreas Kling 2013-04-24 12:47:44 PDT
Created attachment 199511 [details]
Patch
Comment 2 Andreas Kling 2013-04-24 12:58:25 PDT
Committed r149059: <http://trac.webkit.org/changeset/149059>