| Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset-expected.html
|
| diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0a5181e7b98ad732ad35965721a1902318e64eb5
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset-expected.html
|
| @@ -0,0 +1,32 @@
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| +<head>
|
| + <style>
|
| + #rectangle {
|
| + font: 20px Ahem, sans-serif;
|
| + -webkit-font-smoothing: none;
|
| + line-height: 20px;
|
| + width: 200px;
|
| + height: 200px;
|
| + border: 2px solid green;
|
| + }
|
| + #border {
|
| + position: relative;
|
| + top: 48px;
|
| + left: 48px;
|
| + width: 100px;
|
| + height: 100px;
|
| + border: 2px solid blue;
|
| + }
|
| + #overflow { margin-top: 96px;}
|
| + </style>
|
| +</head>
|
| +<body>
|
| + <div id="rectangle">
|
| + <div id="border">X X X X X X X X X X X X X X X</div>
|
| + <div id="overflow">X X X X X X X X</div>
|
| + </div>
|
| + <p style="margin-top: 100px;">Requires Ahem font. The shape-inside on the region is illustrated by the blue rectangle. The content should wrap inside the the blue rectangle, the overflow should start on the left under the content box.</p>
|
| + <p>Bug <a href="http://webkit.org/b/116252">116252</a> [CSS Regions][CSS Exclusions] shape-inside on regions should respect positioned shapes and overflow</p>
|
| +</body>
|
| +</html>
|
|
|