Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html b/third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html |
| deleted file mode 100644 |
| index 076cdc82901cb03ef96986df80e7ef0840e89a5b..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html |
| +++ /dev/null |
| @@ -1,20 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html lang="en"> |
| -<head> |
| -<style> |
| -body { |
| - margin: 0; |
| -} |
| -div { |
| - width: 200px; |
| - height: 200px; |
| - background-color: green; |
| - border-radius: 100px; |
| -} |
| -</style> |
| -</head> |
| -<body> |
| -<div></div> |
| -<div></div> |
| -</body> |
| -</html> |