Bug 118295

Summary: [CSSRegions] No other SVG elements except the SVGRoot must have RegionInfo objects attached
Product: WebKit Reporter: Radu Stavila <stavila>
Component: CSSAssignee: Radu Stavila <stavila>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, esprehn+autocc, fmalita, glenn, pdr, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 57312    
Bug Blocks:    
Attachments:
Description Flags
Patch
koivisto: review+, koivisto: commit-queue-
Patch with ChangeLog explaining the absence of tests.
none
Patch none

Description Radu Stavila 2013-07-02 05:18:01 PDT
The SVG elements below the SVGRoot must not contain RegionInfo objects. Only the SVGRoot element can be collected by named flows.
Comment 1 Radu Stavila 2013-07-02 06:14:37 PDT
Created attachment 205899 [details]
Patch
Comment 2 Antti Koivisto 2013-07-02 06:19:30 PDT
Comment on attachment 205899 [details]
Patch

r=me but please explain the testing story in ChangeLog
Comment 3 Radu Stavila 2013-07-02 06:22:32 PDT
Created attachment 205901 [details]
Patch with ChangeLog explaining the absence of tests.
Comment 4 Radu Stavila 2013-07-02 06:25:53 PDT
Created attachment 205902 [details]
Patch
Comment 5 WebKit Commit Bot 2013-07-02 08:01:14 PDT
Comment on attachment 205902 [details]
Patch

Clearing flags on attachment: 205902

Committed r152293: <http://trac.webkit.org/changeset/152293>