Index: LayoutTests/fast/shapes/shape-inside/shape-inside-content-box.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-content-box.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-content-box.html |
deleted file mode 100644 |
index f1a7bb978e1793031d8ad16cc69f70e5c0298c47..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-content-box.html |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-<html> |
-<head> |
-<style> |
-.shape { |
- font: 30px/1 Ahem, sans-serif; |
- color: green; |
- margin: 20px; |
-} |
-.content-box { |
- shape-inside: content-box; |
- background-clip: content-box; |
- background-color: red; |
- width: 90px; |
- height: 90px; |
-} |
-.rounded-content-box { |
- shape-inside: content-box; |
- background-clip: content-box; |
- background-color: grey; |
- width: 90px; |
- height: 90px; |
- border-radius: 30px; |
-} |
-</style> |
-</head> |
-<body> |
- <p>Check that shape-inside:content-box works correctly.</p> |
- <div class='shape content-box'>XXX XXX XXX</div> |
- <div class='shape rounded-content-box'>X XXX X</div> |
-</body> |
-</html> |