Index: LayoutTests/fast/shapes/shape-inside/shape-inside-offset-block-children-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-offset-block-children-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-offset-block-children-expected.html |
deleted file mode 100644 |
index 979a08393f2d5d42fe560c1337143686ab3d4252..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-offset-block-children-expected.html |
+++ /dev/null |
@@ -1,33 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style id='stylesheet'> |
-.shape-inside { |
- font: 50px/1 Ahem, sans-serif; |
- color: green; |
- float: left; |
-} |
-</style> |
-<script src='../resources/simple-rectangle.js'></script> |
-<script> |
- ids = [ |
- 'shape-inside', |
- 'shape-inside-rl', |
- 'shape-inside-lr', |
- 'shape-inside-tb-lr-tb', |
- 'shape-inside-lr-rl-lr' |
- ]; |
- ids.forEach(function(id) { |
- createRectangleTestResult(id, 'stylesheet', { width: 300, height: 300 }, { x: 100, y: 100, width: 100, height: 100 }, 'px', null); |
- }); |
-</script> |
-</head> |
-<body> |
-<p>This test ensures that shape-inside takes into account padding on nested child blocks in different writing modes. You should see several green squares within a blue outline. The test requires the Ahem font.</p> |
-<div id='shape-inside' class='shape-inside'>xxxx</div> |
-<div id='shape-inside-rl' class='shape-inside'>xxxx</div> |
-<div id='shape-inside-lr' class='shape-inside'>xxxx</div> |
-<div id='shape-inside-tb-lr-tb' class='shape-inside'>xxxx</div> |
-<div id='shape-inside-lr-rl-lr' class='shape-inside'>xxxx</div> |
-</body> |
-</html> |