Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / default-monospace-font.html
blob6d2c056bde3d12f0ff447958f47fcc6510ef34d1
1 <!DOCTYPE html>
2 <style>
3 * {
4 margin: 0;
5 padding: 0;
7 div {
8 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>");
9 width: 100px;
10 height: 100px;
12 </style>
13 crbug.com/167760: This test passes if the word "PASS" appears below in monospace:<br>
14 <div></div>