summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/Layout/input/input-element-with-display-inline.html
blob: f7e8ae1d9c2269875f59aadfeeffc4aaab69a326 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html><html><head><style>
* {
    border: 1px solid black;
    font: 20px 'SerenitySans';
}
input {
    display: inline;
    width: 200px;
}
</style></head><body><input/>