<!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> |