Bug 79685

Summary: [CSSRegions][CSSOM]Prevent creation of NamedFlow object for invalid flow name
Product: WebKit Reporter: Mihnea Ovidenie <mihnea>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Patch
webkit.review.bot: commit-queue-
Patch 2 none

Description Mihnea Ovidenie 2012-02-27 11:01:38 PST
http://dev.w3.org/csswg/css3-regions/#flow-into
" The values ‘none’, ‘inherit’, ‘default’, ‘auto’ and ‘initial’ are invalid flow names." Therefore, asking for a named flow object with such a name should return a null object.
Comment 1 Mihnea Ovidenie 2012-02-27 12:03:21 PST
Created attachment 129080 [details]
Patch
Comment 2 WebKit Review Bot 2012-02-27 13:40:18 PST
Comment on attachment 129080 [details]
Patch

Attachment 129080 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/11643170

New failing tests:
css3/filters/effect-invert-hw.html
Comment 3 Mihnea Ovidenie 2012-03-01 02:21:20 PST
Created attachment 129669 [details]
Patch 2
Comment 4 Dave Hyatt 2012-03-05 13:39:30 PST
Comment on attachment 129669 [details]
Patch 2

r=me
Comment 5 WebKit Review Bot 2012-03-05 15:32:08 PST
Comment on attachment 129669 [details]
Patch 2

Clearing flags on attachment: 129669

Committed r109807: <http://trac.webkit.org/changeset/109807>
Comment 6 WebKit Review Bot 2012-03-05 15:32:13 PST
All reviewed patches have been landed.  Closing bug.