Bug 154855

Summary: Text control shadow element style shouldn't depend on renderers
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Description Antti Koivisto 2016-03-01 04:45:42 PST
Currently the code for computing style for text control shadow elements lives in render tree. Style is the input for building a render tree and should be computable without having one.
Comment 1 Antti Koivisto 2016-03-01 04:54:46 PST
Created attachment 272559 [details]
patch
Comment 2 Andreas Kling 2016-03-01 08:39:36 PST
Comment on attachment 272559 [details]
patch

r=me
Comment 3 WebKit Commit Bot 2016-03-01 09:33:40 PST
Comment on attachment 272559 [details]
patch

Clearing flags on attachment: 272559

Committed r197401: <http://trac.webkit.org/changeset/197401>
Comment 4 WebKit Commit Bot 2016-03-01 09:33:43 PST
All reviewed patches have been landed.  Closing bug.