Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / inline / drawStyledEmptyInlinesWithWS.html
blob6a9a1e6f77bd48312937f0d8373e7c340e1d2d4b
1 <html>
2 <head>
3 <style type="text/css">
4 .one {
5 border-style:solid !important;
6 padding:0 4px 0 5px
8 .two {
9 background-image:url(ico12_h_pag_prev_item.gif)
11 </style>
12 </head>
13 <body>
15 <div>This is currently broken, and this text will have to be updated once it is fixed. There
16 should be two boxes below, but right now, there is only one:</div>
17 <a href="http://www.google.com" class="one two"> </a>
18 <a href="http://www.google.com" class="one two">A</a>
20 </body>
21 </html>