blob: 337053b53d90c75a27f0138a4fb3676a54652e63 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#content {
font: 25px/1 Ahem, sans-serif;
color: green;
margin: 0px;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200px' height='100px'><rect x='0' y='0' width='200' height='50' fill='blue'/></svg>");
background-repeat: no-repeat;
}
</style>
</head>
<body>
<p>This test requires the Ahem font. The green content should wrap around the blue rectangle.</p>
<pre id="content">
X
X
X
</pre>
</body>
</html>