| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html
|
| deleted file mode 100644
|
| index c8a7aadae304b45ef4014b3e471bd577e2470dba..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html
|
| +++ /dev/null
|
| @@ -1,40 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| -.shape-container {
|
| - position: relative;
|
| - width: 400px;
|
| - height: 20px;
|
| - margin: 10px;
|
| -}
|
| -
|
| -.shape-background {
|
| - position: absolute;
|
| - top: 0px;
|
| - left: 0px;
|
| - width: 400px;
|
| - height: 200px;
|
| - border-radius: 200px / 50px;
|
| - background-color: rgb(200,200,200);
|
| -}
|
| -
|
| -.shape-inside {
|
| - position: absolute;
|
| - top: 50px;
|
| - left: 0px;
|
| - width: 400px;
|
| - height: 200px;
|
| - font: 50px/1 Ahem, sans-serif;
|
| - color: green;
|
| -}
|
| -</style>
|
| -</head>
|
| -<body>
|
| -<p>The green rectangle should appear just below the grey rounded rectangle's upper corners.</p>
|
| -<div class="shape-container">
|
| - <div class="shape-background"></div>
|
| - <div class="shape-inside">XXXXXXXX</div>
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|