| Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html
|
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html
|
| index 0b47bd828fd33d43858843132aa0bc2defa8f705..a79c21ee8773965c3b72299ccd272f99987ba046 100644
|
| --- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html
|
| +++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html
|
| @@ -7,7 +7,7 @@
|
| }
|
| .float {
|
| -webkit-writing-mode: vertical-lr;
|
| - shape-outside: rectangle(-20px, 0px, 20px, 20px) content-box;
|
| + shape-outside: polygon(-20px 0px, 0px 0px, 0px 20px, -20px 20px) content-box;
|
| height: 20px;
|
| width: 40px;
|
| margin: 0px 20px;
|
|
|