| Index: LayoutTests/fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-right-triangle-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-right-triangle-expected.html b/LayoutTests/fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-right-triangle-expected.html
|
| deleted file mode 100644
|
| index 6b8b76e4902580f25fabcc009435dfe13ad93163..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-right-triangle-expected.html
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| - #polygon-svg-shape {
|
| - position: absolute;
|
| - left: 0px;
|
| - top: 0px;
|
| - width: 200px;
|
| - height: 200px;
|
| - }
|
| - #shape-inside {
|
| - position: absolute;
|
| - left: 150px;
|
| - top: 50px;
|
| - width: 50px;
|
| - height: 50px;
|
| - float: left;
|
| - background-color: yellow;
|
| - }
|
| -</style>
|
| -</head>
|
| -<body>
|
| - <svg id="polygon-svg-shape" xmlns="http://www.w3.org/2000/svg">
|
| - <polygon points="200,0 200,200 0,200" fill="#636363"></polygon>
|
| - </svg>
|
| - <div id="shape-inside">
|
| - </div>
|
| -
|
| - <p style="margin-top: 250px;">
|
| - There is a triangle shape-inside (represented by the matching filled SVG polygon), the shape-inside contains a 50x50px yellow float left,
|
| - the float should be at the very left and top position inside the triangle shape where it fits first.
|
| - </p>
|
| - <p>Bug <a href="http://webkit.org/b/121616">121616</a>: [CSS Shapes] Support block content with inline content around floats in shape-inside</p>
|
| -</body>
|
| -</html>
|
|
|