| Index: third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg-expected.html b/third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg-expected.html
|
| deleted file mode 100644
|
| index dd6bd2717be2198261b4035ead064450583bbb59..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg-expected.html
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html lang="en">
|
| - <head>
|
| - <style>
|
| - #back {
|
| - width: 1000px;
|
| - height: 600px;
|
| - background-color: green;
|
| - }
|
| - #front {
|
| - width: 800px;
|
| - height: 400px;
|
| - background-color: red;
|
| - border: 50px solid blue;
|
| - padding: 50px;
|
| - -webkit-mask-image: url(resources/circle-alpha.svg);
|
| - mask-source-type: alpha;
|
| - -webkit-mask-size: 200px auto;
|
| - -webkit-mask-repeat: repeat;
|
| - -webkit-mask-origin: border-box;
|
| - -webkit-mask-clip: border-box;
|
| - }
|
| - </style>
|
| - </head>
|
| -
|
| - <body>
|
| - <div id="back">
|
| - <div id="front" />
|
| - </div>
|
| - </body>
|
| -</html>
|
| -
|
|
|