| Index: LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert.html
|
| diff --git a/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert.html b/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6cf00f6ab82b9ed2780b94517b2107ac5a427d49
|
| --- /dev/null
|
| +++ b/LayoutTests/css3/flexbox/flex-flow-auto-margins-no-available-space-assert.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +* {
|
| + display: flex;
|
| + padding-bottom: 20pt;
|
| + min-height: 0.7%;
|
| + margin-top: 6000%;
|
| + flex-shrink: 0;
|
| + flex-basis: 7000%;
|
| +}
|
| +</style>
|
| +<script src="../../resources/check-layout.js"></script>
|
| +<abbr data-expected-height=33554376>
|
| + <input></input>
|
| +</abbr>
|
| +<p> crbug.com/380201: Don't shrink below border/padding when stretching children within a flexbox with no available space.</p>
|
| +<script>
|
| + window.checkLayout('abbr');
|
| +</script>
|
|
|