| Index: third_party/WebKit/LayoutTests/fast/deprecated-flexbox/inline-with-block-child.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/inline-with-block-child.html b/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/inline-with-block-child.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c84ee2cb217cf426079a915757e6662a3e8fa8af
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/inline-with-block-child.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<script src="../../resources/ahem.js"></script>
|
| +<p>A (deprecated) flexbox shouldn't allow its items to form a continuation chain, since a
|
| + flexbox isn't a block flow (block container).</p>
|
| +<p>There should be a square below.</p>
|
| +<div style="font:20px/1 Ahem; display:-webkit-box; -webkit-box-pack:justify;">
|
| + <span>
|
| + xxx
|
| + <div>xxx</div>
|
| + xxx
|
| + </span>
|
| +</div>
|
|
|