blob: 9ccc0f322a9103ddd5dba64f0ca1a48e7ced57fd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="/js-test-resources/ahem.js"></script>
<style>
#image-shape {
float: left;
}
#content {
font: 60px/1 Ahem, sans-serif;
color: green;
}
</style>
<p>The green squares should appear to the right of and below Abe's photo.</p>
<div id="content">
<img id="image-shape" src="resources/abe.png"/>
X<br>X<br>X
</div>
</body>
</html>