Bug 102723

Summary: [CSS Shapes] Enable animation for shape-inside's 'outside-shape' value
Product: WebKit Reporter: Bear Travis <betravis>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: donggwan.kim, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 89256    
Attachments:
Description Flags
Testcase none

Description Bear Travis 2012-11-19 15:27:14 PST
Currently you can only use css animation between two shape values
Comment 1 Bear Travis 2013-08-21 13:11:03 PDT
Created attachment 209296 [details]
Testcase

This test case dynamically sets the shape to be larger after 5 seconds. It probably also fails if set after the first layout.
This is a simpler test case than animation, but hopefully fixing this will fix both.