| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-partial-fill-002-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-partial-fill-002-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-partial-fill-002-expected.html
|
| deleted file mode 100644
|
| index 1bea8bf2e3dfc851458b67f854dc32a9672d6d72..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-partial-fill-002-expected.html
|
| +++ /dev/null
|
| @@ -1,44 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| - .shape-inside {
|
| - position: relative;
|
| - width: 150px;
|
| - height: 100px;
|
| - }
|
| -
|
| - .shape-outline {
|
| - position: absolute;
|
| - top: 0px;
|
| - left: 0px;
|
| - width: 150px;
|
| - height: 100px;
|
| - }
|
| -
|
| - .shape-content {
|
| - position: absolute;
|
| - top: 0px;
|
| - left: 0px;
|
| - font: 50px/1 Ahem, sans-serif;
|
| - color: green;
|
| - }
|
| -</style>
|
| -</head>
|
| -<body>
|
| - <p>The green rectangles should appear within the blue outline.</p>
|
| - <div class="shape-inside">
|
| - <div class="shape-content">XXX<br/>X</div>
|
| - <svg class="shape-outline" xmlns="http://www.w3.org/2000/svg">
|
| - <polygon stroke="blue" fill="none" points="0,0 150,0 150,100 100,100 100,50 50,50 50,100 0,100"/>
|
| - </svg>
|
| - </div>
|
| - <p>This is the same test as the one above, except that the shape-inside's content has trailing whitespace.</p>
|
| - <div class="shape-inside">
|
| - <div class="shape-content">XXX<br/>X</div>
|
| - <svg class="shape-outline" xmlns="http://www.w3.org/2000/svg">
|
| - <polygon stroke="blue" fill="none" points="0,0 150,0 150,100 100,100 100,50 50,50 50,100 0,100"/>
|
| - </svg>
|
| - </div>
|
| -</body>
|
| -</html>
|
|
|