Bug 135922

Summary: [CSS Shapes] closest-side should be removed from the expected results in the circle and ellipse parsing tests
Product: WebKit Reporter: Rebecca Hauck <rhauck>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Rebecca Hauck 2014-08-13 19:04:41 PDT
The following tests imported from the W3C CSS Shapes test suite are failing because they're expecting the closest-side in the serialized computed value.


LayoutTests/css3/shapes/shape-outside/values/shape-outside-circle-001.html
LayoutTests/css3/shapes/shape-outside/values/shape-outside-circle-002.html
LayoutTests/css3/shapes/shape-outside/values/shape-outside-circle-004.html
LayoutTests/css3/shapes/shape-outside/values/shape-outside-circle-011.html
LayoutTests/css3/shapes/shape-outside/values/shape-outside-ellipse-001.html
LayoutTests/css3/shapes/shape-outside/values/shape-outside-ellipse-002.html
LayoutTests/css3/shapes/shape-outside/values/shape-outside-ellipse-004.html
LayoutTests/css3/shapes/shape-outside/values/shape-outside-ellipse-005.html
LayoutTests/css3/shapes/shape-outside/values/shape-outside-ellipse-010.html
LayoutTests/css3/shapes/shape-outside/values/shape-outside-ellipse-011.html


They need to be updated first in the W3C repo, then re-imported.
Comment 1 Rebecca Hauck 2014-08-18 14:38:44 PDT
Fixed these in the W3C repo and reimported in the patch for 135921.

*** This bug has been marked as a duplicate of bug 135921 ***