| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html
|
| index 6a8d663c488fd460d35ec9a6a631f74f5fd413b6..a1228d82cd2c1eff985001e248f07bda16f529cc 100644
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html
|
| +++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html
|
| @@ -55,13 +55,13 @@
|
| shape-inside: rectangle(10px, 10px, 180px, 180px);
|
| }
|
| .inside-alt {
|
| - shape-inside: circle(50%, 50%, 50%);
|
| + shape-inside: circle(50% at 50% 50%);
|
| }
|
| .outside {
|
| shape-outside: rectangle(10px, 10px, 180px, 180px);
|
| }
|
| .outside-alt {
|
| - shape-inside: circle(50%, 50%, 50%);
|
| + shape-inside: circle(50% at 50% 50%);
|
| }
|
| </style>
|
| </head>
|
| @@ -89,4 +89,4 @@
|
| <p>Removing shape-outside with a prior entry</p>
|
| <div id='remove-outside-shape' class='container shape outside'><div>xxxxxxxxxx</div></div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|