Index: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001-expected.html |
deleted file mode 100644 |
index 50951e004fbf147eb564d1bfdca720fb1d5417a5..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001-expected.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
- #shape-inside { |
- font: 100px/1 Ahem, sans-serif; |
- white-space: pre; |
- color: green; |
- width: 300px; |
- height: 300px; |
- } |
-</style> |
-</head> |
-<body> |
- Requires Ahem font. Tests that inline content avoids the border radius of a rounded rectangle. |
- Should display five green boxes in the shape of a plus. |
- <div id="shape-inside"> X <br/>XXX<br/> X </div> |
-</body> |
-</html> |