| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout.html
|
| deleted file mode 100644
|
| index 9ce99886c5f50f8cad5662b30e46a125d8ef625c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout.html
|
| +++ /dev/null
|
| @@ -1,49 +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;
|
| -}
|
| -.pad-first p:first-child{
|
| - padding-top: 100px;
|
| -}
|
| -</style>
|
| -<script>
|
| -// see shape-inside-dynamic-nested.html
|
| -window.onload = function() {
|
| -if (document.body)
|
| - document.body.offsetTop;
|
| -else if (document.documentElement)
|
| - document.documentElement.offsetTop;
|
| - layoutTest();
|
| -}
|
| -function layoutTest() {
|
| - document.querySelector('.content').setAttribute('class', 'content pad-first');
|
| -}
|
| -</script>
|
| -</head>
|
| -<body>
|
| -
|
| -<div class="content">
|
| - <p>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>
|
|
|