haikuwebkit/LayoutTests/fast/inline/drawStyledEmptyInlinesWithW...

22 lines
505 B
HTML

<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>