| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout-expected.html
|
| deleted file mode 100644
|
| index f7fa86121810a3ebf2f2091e93329ca0e5264984..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout-expected.html
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| -.content{
|
| - width: 400px;
|
| - height: 800px;
|
| - shape-inside: polygon(0 0, 100% 0, 100% 100%);
|
| - outline: 2px solid black;
|
| -}
|
| -#firstParagraph { padding-top: 100px; }
|
| -</style>
|
| -</head>
|
| -<body>
|
| -<div class="content">
|
| - <p id="firstParagraph">Alice was beginning to get very tired of sitting by her sister on the
|
| - bank, and of having nothing to do: once or twice she had peeped into the
|
| - book her sister was reading, but it had no pictures or conversations in
|
| - it, 'and what is the use of a book,' thought Alice 'without pictures or
|
| - conversation?'</p>
|
| -
|
| - <p>So she was considering in her own mind (as well as she could, for the
|
| - hot day made her feel very sleepy and stupid), whether the pleasure
|
| - of making a daisy-chain would be worth the trouble of getting up and
|
| - picking the daisies, when suddenly a White Rabbit with pink eyes ran
|
| - close by her.</p>
|
| -</div>
|
| -<p>
|
| -A triangle shape is defined through the left-top, right-top, right-bottom points of the rectangle.
|
| -The content should respect the shape-inside polygon boundaries after we applied the padding.</p>
|
| -<p>Bug <a href="http://webkit.org/b/112929 ">112929</a>: [CSS Exclusions] Increasing padding does not correctly layout child blocks</p>
|
| -</body>
|
| -</html>
|
|
|