| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-003-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-003-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-003-expected.html
|
| deleted file mode 100644
|
| index d60089e99ea5035378bb8f72e4152e6ce22a24d8..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-003-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: 400, height: 600,
|
| - shapeX: 45, shapeY: 25,
|
| - shapeWidth: 300, shapeHeight: 500,
|
| - shapeRadiusX: 75, shapeRadiusY: 55 };
|
| - generateSimulatedShapeElement("shape-inside", stylesheet.sheet, dimensions, 22);
|
| - }
|
| -</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 entire shape-inside should
|
| - be filled, with a small amount of overflow.
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|