<!DOCTYPE html>
<style>
* {
margin: 0;
padding: 0;
}
div {
background-image: url("data:image/svg+xml;utf8,<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'><text y='30' font-family='monospace' fill='green'>PASS</text></svg>");
width: 100px;
height: 100px;
}
</style>
crbug.com/167760: This test passes if the word "PASS" appears below in monospace:<br>
<div></div>