summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/inline/drawStyledEmptyInlinesWithWS.html
blob: 6a9a1e6f77bd48312937f0d8373e7c340e1d2d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<style type="text/css">
	.one {
        border-style:solid !important;
        padding:0 4px 0 5px
    }
	.two {
        background-image:url(ico12_h_pag_prev_item.gif)
    }
</style>
</head>
<body>

<div>This is currently broken, and this text will have to be updated once it is fixed. There
should be two boxes below, but right now, there is only one:</div>
<a href="http://www.google.com" class="one two">       </a>
<a href="http://www.google.com" class="one two">A</a>

</body>
</html>