Newer
Older
minerva / Tests / LibWeb / Layout / input / flex / abspos-flex-child-static-position-with-padding-on-flex-container.html
@minerva minerva on 13 Jul 354 bytes Initial commit
<!DOCTYPE html><html><head><style>
#flex-container {
    display: flex;
    padding: 10px;
}
#absolute {
    position: absolute;
}
#orange {
    background-color: orange;
    width: 50px;
    height: 50px;
}
#red {
    background-color: red;
}
</style></head><body><div id="flex-container"><div id="absolute"><div id="orange"></div></div><div id="red">x