Bug 135924 - [CSS Shapes] incorrect expected value in the invalid ellipse tests
Summary: [CSS Shapes] incorrect expected value in the invalid ellipse tests
Status: RESOLVED DUPLICATE of bug 135921
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-13 19:12 PDT by Rebecca Hauck
Modified: 2014-08-18 14:39 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***