Index: LayoutTests/fast/shapes/shape-inside/shape-inside-subsequent-blocks.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-subsequent-blocks.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-subsequent-blocks.html |
deleted file mode 100644 |
index ccf51aebc04f95d3571efdefa3c6176e64c23c98..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-subsequent-blocks.html |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style id='stylesheet'> |
-div { |
- font: 50px/1 Ahem, sans-serif; |
- color: green; |
-} |
-p { |
- margin: 0; |
-} |
-</style> |
-<script src='../resources/simple-rectangle.js'></script> |
-<script> |
- window.onload = function() { |
- createRectangleTest('shape-inside1', 'stylesheet', { width: 200, height: 200 }, { x: 50, y: 50, width: 100, height: 100 }, 'px', '<p>XX</p><p>XX</p>'); |
- createRectangleTest('shape-inside2', 'stylesheet', { width: 200, height: 200 }, { x: 50, y: 50, width: 100, height: 100 }, 'px', '<p>XX</p><p>XX</p>'); |
- }; |
-</script> |
-</head> |
-<body> |
-<p>This test requires the Ahem font. It tests that subsequent shape-insides should display their content correctly. You should see two green squares inside blue outlines.</p> |
-<div id='shape-inside1'></div> |
-<div id='shape-inside2'></div> |
-</body> |
-</html> |