summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/Layout/input/image-display-block-margin-auto.html
blob: 65c4cff2e53605ca3228645eb3ce7e6a8df352f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html><style>
body {
    width: 400px;
}
img {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 100px;
}
</style><img/>