Index: LayoutTests/fast/shapes/shape-inside/shape-inside-image-001-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-001-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-image-001-expected.html |
deleted file mode 100644 |
index fdbaa72a209e296ab629eaed919ebe1396e5e5c8..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-001-expected.html |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
- #image-shape { |
- border: solid black 1px; |
- font: 12px/1 Ahem, sans-serif; |
- padding: 4px; |
- color: green; |
- width: 24px; |
- height: 24px; |
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAASklEQVRYCe3XIQ4AMAhD0XXh/lfuMkeCJjUfhSt5YJDtk6ybDP/ZDFBjBdLuUdjqmawAAQQQQAABBBBAAAEE4gLiN+xfSqKP38ADuQMJO6LNbr4AAAAASUVORK5CYII="); |
- background-repeat: no-repeat; |
- } |
-</style> |
-</head> |
-<body> |
- <p id="informative-text"> |
- This test requires the Ahem font. It uses a 32x32 PNG image with a 24x24 red square in the center |
- to define a shape-inside. The content should just cover the shape with solid green.</p> |
- |
- <div id="image-shape">XX<br/>XX</div> |
-</body> |
-</html> |