aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/test_inline_border.html
blob: e4aa9e3b733a27e423611a8c9407c5281a8c7643 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
    <title>hi there?</title>
</head>
<body>
<p style="background:gray">
    <span style="background:red;font-size:35px;border: black solid 15px">
        <img src="test.jpeg" style="border:blue 30px solid;" />
        kitty?
        <em style="background:blue;font-size:15px;border:yellow 15px solid">
            this is em
        </em>
    </span>
</p>
</body>
</html>