Index: LayoutTests/fast/shapes/shape-inside/shape-inside-image-004.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-004.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-image-004.html |
deleted file mode 100644 |
index 4acef533a45bf9a0dadd4d1b6064cbb1bba986e1..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-004.html |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
-#image-shape { |
- font: 50px/150px Ahem, sans-serif; |
- color: green; |
- width: 250px; |
- height: 350px; |
- shape-inside: url("../resources/svg-shape-001.svg"); |
- background-image: url("../resources/svg-shape-001.svg"); |
- background-repeat: no-repeat; |
-} |
-</style> |
-<body> |
- <p id="informative-text"> |
- This test requires the Ahem font. It uses svg-shape-001.svg to define a shape-inside. |
- If the first-fit algorithm is working correctly, the single green 50x50 char should |
- appear in the center of the blue background shape, which is defined by the same SVG.</p> |
- |
- <div id="image-shape">X</div> |
-</body> |
-</html> |