Index: LayoutTests/fast/shapes/shape-inside/shape-inside-content-box-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-content-box-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-content-box-expected.html |
deleted file mode 100644 |
index 63903131af30fabcb847d7f249f0967a38a327c4..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-content-box-expected.html |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-<html> |
-<head> |
-<style> |
-.shape { |
- font: 30px/1 Ahem, sans-serif; |
- color: green; |
- margin: 20px; |
-} |
-.content-box { |
- background-clip: content-box; |
- background-color: red; |
- width: 90px; |
- height: 90px; |
-} |
-.rounded-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<br>XXX<br> X</div> |
-</body> |
-</html> |