Bug 135924

Summary: [CSS Shapes] incorrect expected value in the invalid ellipse 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:12:21 PDT
The following tests imported from the W3C CSS Shapes test suite are failing b/c they're expecting 'auto' as a return value for an invalid parameter when it should be 'none'.

LayoutTests/css3/shapes/shape-outside-invalid-ellipse-002.html
LayoutTests/css3/shapes/shape-outside-invalid-ellipse-003.html
LayoutTests/css3/shapes/shape-outside-invalid-ellipse-004.html
LayoutTests/css3/shapes/shape-outside-invalid-ellipse-005.html
LayoutTests/css3/shapes/shape-outside-invalid-ellipse-006.html

These need to first be updated in the W3C test repo, then re-imported.
Comment 1 Rebecca Hauck 2014-08-18 14:39:12 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 ***