| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-auto.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-auto.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-auto.html
|
| index 0ef604dd371831ab452841c81f3733999bfcf362..5c796ca40af99c1f3310a3a302db2211ff4cc1f6 100644
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-auto.html
|
| +++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-auto.html
|
| @@ -3,7 +3,7 @@
|
| <head>
|
| <style>
|
| #shape-inside {
|
| - shape-inside: rectangle(10%, 100%, 80%, 200px);
|
| + shape-inside: polygon(10% 100%, 90% 100%, 90% 200px, 10% 200px);
|
| position: relative;
|
| max-height: 200px;
|
| }
|
|
|