Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / default-monospace-font-expected.html
blob9337d4e3847b98b6ab8060bc58c646ae51eae33a
1 <!DOCTYPE html>
2 <style>
3 * {
4 margin: 0;
5 padding: 0;
7 </style>
8 crbug.com/167760: This test passes if the word "PASS" appears below in monospace:<br>
9 <svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'>
10 <text y='30' font-family='monospace' fill='green'>PASS</text>
11 </svg>