| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-segments-004.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-segments-004.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-segments-004.html
|
| deleted file mode 100644
|
| index 43f592bdf142432aa65af9f2d13c881ebf841590..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-segments-004.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src='../resources/multi-segment-polygon.js'></script>
|
| -<script>
|
| - window.onload = function() {
|
| - var polygon = [0,0,100,0,100,25,150,25,150,0,250,0,250,100,0,100];
|
| - generatePolygon(250, 100, 50, polygon, "<span style='font-size:2em'>XX</span>", 'shape1');
|
| - generatePolygon(250, 100, 50, polygon, "<span style='font-size:2em'>X</span>XX", 'shape2');
|
| - generatePolygon(250, 100, 50, polygon, "XX<span style='font-size:2em'>X</span>", 'shape3');
|
| - }
|
| -</script>
|
| -<style>
|
| - #shape1, #shape2, #shape3 {
|
| - margin: 10px 0;
|
| - vertical-align: bottom;
|
| - }
|
| -</style>
|
| -</head>
|
| -<body>
|
| - This test requires the Ahem font, and tests should all display on a 5x2 grid of green
|
| - squares. These tests check the interaction of shape-inside with spans.
|
| - <div id='shape1'></div>
|
| - This test should display two 2x2 green squares, separated by a 1 unit space.
|
| - <div id='shape2'></div>
|
| - This test should display a 2x2 green square, and a 2x1 rectangle separated by a 1 unit space.
|
| - <div id='shape3'></div>
|
| - This test should display a 2x1 green rectangle, and a 2x2 square separated by a 1 unit space.
|
| -</body>
|
| -</html>
|
|
|