| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-expected.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-expected.html
|
| index 5f707ab25adcd777601045166bc66c9c354c404a..1adb88ceeca89e6201de192177f1fcd7a664543b 100644
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-expected.html
|
| +++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-percentage-expected.html
|
| @@ -3,10 +3,13 @@
|
| <head>
|
| <style>
|
| #container {
|
| + font: 20px Ahem, sans-serif;
|
| + line-height: 20px;
|
| border: 2px solid blue;
|
| position: relative;
|
| width: 200px;
|
| height: 200px;
|
| + margin-bottom: 60px;
|
| }
|
| #border {
|
| position: absolute;
|
| @@ -27,9 +30,13 @@
|
| <div id="shape-inside">
|
| <div class="spacer" style="float:left"></div>
|
| <div class="spacer" style="float:right"></div>
|
| - This text should wrap inside the green rectangle, and overflow should wrap
|
| - inside the blue rectangle.
|
| + X X X X X X
|
| + </div>
|
| + <div style="padding-top: 160px;">
|
| + X X X X X X X X X X
|
| </div>
|
| </div>
|
| + <p>Requires Ahem font. The content should start inside the green rectangle (shape-inside) and the overflow should be pushed below the content box (content-box's margin is blue). <br/>
|
| + <p>Bug <a href="http://webkit.org/b/114526">114526</a>: [CSS Exclusions] shape-inside overflow should be pushed to the outside of the content box</p>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|