blob: fcf7c9836a112a47561a7016a3c325a75d8b0aba [file] [edit]
<style>
.container {
background-color: green;
word-break: break-word;
width: 40px;
font-family: Ahem;
font-size: 20px;
color: transparent;
}
.floatBox {
float: left;
width: 5px;
height: 5px;
background-color: green;
}
</style>
<!-- PASS if 4 'X' show -->
<div class=container>XX<div class=floatBox></div>XX</div>