summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/Layout/input/replaced-box-with-vertical-margins.html
blob: eddf1d5c29c2a2481c4ef00c228ca65c52b68e2e (plain)
1
2
3
4
5
6
7
8
9
10
<style>
    body {
        font-family: 'SerenitySans';
    }

    #image {
        margin-top: 25px;
        margin-bottom: 50px;
    }
</style>Well, <img id="image" src="buggie.png" /> friends.