Index: LayoutTests/css3/masking/clip-path-rectangle.html |
diff --git a/LayoutTests/css3/masking/clip-path-rectangle.html b/LayoutTests/css3/masking/clip-path-rectangle.html |
deleted file mode 100644 |
index df869dd79a798dde553acd8d4daf7b02914bacf4..0000000000000000000000000000000000000000 |
--- a/LayoutTests/css3/masking/clip-path-rectangle.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<html lang="en"> |
-<head> |
-<style> |
-div { |
- width: 180px; |
- height: 180px; |
- background-color: green; |
- border: 10px solid black; |
- -webkit-clip-path: rectangle(0, 0, 200px, 200px, 100px, 100px); |
-} |
-</style> |
-</head> |
-<body> |
-<div> |
-</body> |
-</html> |