Bug 135922 - [CSS Shapes] closest-side should be removed from the expected results in the circle and ellipse parsing tests
Summary: [CSS Shapes] closest-side should be removed from the expected results in the ...
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:04 PDT by Rebecca Hauck
Modified: 2014-08-18 14:38 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: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 ***