| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001.html
|
| deleted file mode 100644
|
| index 46ef4f09d9701cca7122161cd2feb24baf13ae1b..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| - #shape-inside {
|
| - font: 100px/1 Ahem, sans-serif;
|
| - color: green;
|
| - word-wrap: break-word;
|
| - width: 300px;
|
| - height: 300px;
|
| - shape-inside: rectangle(0, 0, 300px, 300px, 100px, 100px);
|
| - }
|
| -</style>
|
| -</head>
|
| -<body>
|
| - Requires Ahem font. Tests that inline content avoids the border radius of a rounded rectangle.
|
| - Should display five green boxes in the shape of a plus.
|
| - <div id="shape-inside">XXXXX</div>
|
| -</body>
|
| -</html>
|
|
|