| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-004-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-004-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-004-expected.html
|
| deleted file mode 100644
|
| index 9da81da9ef6a46ddea8cff5e151571b04b3a3a3a..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-004-expected.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script src="../resources/subpixel-utils.js"></script>
|
| -<script src="../resources/rounded-rectangle.js"></script>
|
| -<script>
|
| - function createSimulatedShapeElement() {
|
| - var stylesheet = document.getElementById("stylesheet");
|
| - var dimensions = { width: 700, height: 500,
|
| - shapeX: 25, shapeY: 45,
|
| - shapeWidth: 600, shapeHeight: 300,
|
| - shapeRadiusX: 100, shapeRadiusY: 150 };
|
| - generateSimulatedShapeElement("shape-inside", stylesheet.sheet, dimensions, 90);
|
| - }
|
| -</script>
|
| -<style id="stylesheet">
|
| - body { margin: 0; }
|
| -</style>
|
| -</head>
|
| -<body onload="createSimulatedShapeElement()">
|
| -<div id="shape-inside"></div>
|
| -<div>
|
| - This test requires the Ahem font. It creates a rounded rectangle shape-inside and fills it
|
| - with alternating black and white squares as inline content. The middle line overlaps the top
|
| - and bottom rounded corner area. The entire shape-inside should be filled, without any overflow.
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|