Bug 110632

Summary: [CSS Grid Layout] Test that changing grid-auto-flow properly recompute the grid
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ojan, tony, xan.lopez
Priority: P2 Keywords: EasyFix
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 103316    

Description Julien Chaffraix 2013-02-22 12:55:15 PST
We don't have any testing of dynamically changing grid-auto-flow and that should either uncover or prevent future bugs.
Comment 1 Julien Chaffraix 2013-03-18 13:53:14 PDT
Bug 112574 landed a test for dynamic updates to grid-auto-flow as well as fixing an obvious bug.