about summary refs log tree commit diff stats
path: root/test/layout/non-growing-flex-item-indefinite-intrinsic-size.html
blob: 6281e3fe2ff43c58c2616d2f9e984b09dc23442f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<div style="display: flex">
<div>flex item 1</div>
<div style="position: relative; background: pink">
<div style="display: inline-block; width: 100%; background: red">a</div>
<!--
this part is a more or less unrelated test for whether setting relative
on an inline root block box marks it as the containing block.
-->
<div style="right: 0; position: absolute">
absolute