Index: LayoutTests/fast/shapes/shape-inside/shape-inside-empty-segments-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-segments-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-segments-expected.html |
deleted file mode 100644 |
index 97a10fc5ada2fa34cd30e3a773fbd297c0799786..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-segments-expected.html |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<script src='../resources/multi-segment-polygon.js'></script> |
-<script> |
- window.onload = function() { |
- simulateWithText(100, 100, 50, [' x', 'xx'], 'first'); |
- simulateWithText(100, 100, 50, ['x', 'xx'], 'last'); |
- simulateWithText(200, 100, 50, ['x x', 'xxxx'], 'middle'); |
- simulateWithText(100, 100, 50, [' x', 'xx'], 'first-outside'); |
- simulateWithText(100, 100, 50, ['x', 'xx'], 'last-outside'); |
- simulateWithText(100, 100, 50, [' x', 'xx'], 'first-intersect'); |
- simulateWithText(100, 100, 50, ['x', 'xx'], 'last-intersect'); |
- } |
-</script> |
-</head> |
-<body> |
- <p>These tests cover multisegment polygons where some segments should not have content, either because they are too small, or because they are outside the content box. It requires the Ahem font.</p> |
- <p>An empty initial segment on the first line [2x2 grid]</p> |
- <div id='first'></div> |
- <p>An empty final segment on the first line [2x2 grid]</p> |
- <div id='last'></div> |
- <p>An empty middle segment on the first line [4x2] grid</p> |
- <div id='middle'></div> |
- <p>The initial segment is outside the content box [2x2] grid</p> |
- <div id='first-outside'></div> |
- <p>The final segment is outside the content box [2x2] grid</p> |
- <div id='last-outside'></div> |
- <p>The first segment intersects the content box, and is too small [2x2] grid</p> |
- <div id='first-intersect'></div> |
- <p>The last segment intersects the content box, and is too small [2x2] grid</p> |
- <div id='last-intersect'></div> |
-</body> |
-</html> |