Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / default-font-settings-expected.html
blob6fb933998bd452d905ddfceba6e9cd6e532d57c9
1 <!DOCTYPE html>
2 <style>
3 * {
4 margin: 0;
5 padding: 0;
7 </style>
8 <svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'>
9 <text y='30' font-family='monospace' fill='green'>PASS</text>
10 </svg>