| Index: third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/masking/clip-path-ellipse.html b/third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html
|
| similarity index 66%
|
| copy from third_party/WebKit/LayoutTests/css3/masking/clip-path-ellipse.html
|
| copy to third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html
|
| index 6c6ca0c0236fe499bbea921a5d28a94e51334b98..076cdc82901cb03ef96986df80e7ef0840e89a5b 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/masking/clip-path-ellipse.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html
|
| @@ -2,15 +2,19 @@
|
| <html lang="en">
|
| <head>
|
| <style>
|
| +body {
|
| + margin: 0;
|
| +}
|
| div {
|
| width: 200px;
|
| height: 200px;
|
| background-color: green;
|
| - -webkit-clip-path: ellipse(100px 75px at 100px 100px);
|
| + border-radius: 100px;
|
| }
|
| </style>
|
| </head>
|
| <body>
|
| -<div>
|
| +<div></div>
|
| +<div></div>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|