Index: LayoutTests/fast/shapes/shape-inside/shape-inside-outside-shape-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-outside-shape-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-outside-shape-expected.html |
deleted file mode 100644 |
index 5d71be5fee77dfab9dbf5cefaee0886b1b3527cf..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-outside-shape-expected.html |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style id='stylesheet'> |
-div { |
- font: 50px/1 Ahem, sans-serif; |
- color: green; |
-} |
-.shape-inside1 { |
- width: 200px; |
- height: 200px; |
- border: 1px solid blue; |
-} |
-</style> |
-<script src='../resources/simple-rectangle.js'></script> |
-<script> |
- window.onload = function() { |
- createRectangleTestResult('shape-inside2', 'stylesheet', { width: 200, height: 200 }, { x: 50, y: 50, width: 100, height: 100 }, 'px'); |
- }; |
-</script> |
-</head> |
-<body> |
-<p>This test requires the Ahem font. It tests that the value 'outside-shape' correctly propagates the shape-outside value to shape-inside.</p> |
-<div id='shape-inside1'>xxxx</div> |
-<div id='shape-inside2'>xxxx</div> |
-</body> |
-</html> |