blob: 984d01c2c5cb05207a635337980d216a5c502af5 [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
padding: 10px;
height: 100px;
width: 100px;
position: relative;
background-color: green;
}
div div {
background: blue;
position: absolute;
top: 0px;
left: 0px;
height: 10px;
}
</style>
<div class=container>
<div style="max-width: 10%; width: 100%;"></div>
<div style="top: 10px; min-width: 100%; width: 10%;"></div>
</div>