chromium/third_party/blink/web_tests/fast/inline/drawStyledEmptyInlinesWithWS.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>