Bug 118295 - [CSSRegions] No other SVG elements except the SVGRoot must have RegionInfo objects attached
Summary: [CSSRegions] No other SVG elements except the SVGRoot must have RegionInfo ob...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Radu Stavila
URL:
Keywords:
Depends on: 57312
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-02 05:18 PDT by Radu Stavila
Modified: 2013-07-02 08:01 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.96 KB, patch)
2013-07-02 06:14 PDT, Radu Stavila
koivisto: review+
koivisto: commit-queue-
Details | Formatted Diff | Diff
Patch with ChangeLog explaining the absence of tests. (3.12 KB, patch)
2013-07-02 06:22 PDT, Radu Stavila
no flags Details | Formatted Diff | Diff
Patch (3.12 KB, patch)
2013-07-02 06:25 PDT, Radu Stavila
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>