Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-font-support-expected.html
blobbbad959bd68d5be0d2c6250cb87242193f75fd7c
1 <!DOCTYPE HTML>
2 <style>
3 @import url('../../resources/opensans/OpenSans-Regular.woff') format('woff');
4 </style>
5 crbug.com/242735: This test passes if no SVG fonts are used.
7 <p>
8 <div>This text should use the default font.</div>
9 <div>This text should use the default font.</div>
10 </p>
12 <p>
13 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="12pt">
14 <text y="12pt">This text should use the default font.</text>
15 </svg><br>
16 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="12pt">
17 <text y="12pt">This text should use the default font.</text>
18 </svg>
19 </p>
21 <p>
22 <div>This text should use the default font.</div>
23 <div>This text should use the default font.</div>
24 </p>
26 <p>
27 <div style="font-family: Verdana;">This text should use Verdana.</div>
28 <div style="font-family: Verdana;">This text should use Verdana.</div>
29 </p>
31 <p>
32 <div style="font-family: Open Sans;">This text should use Open Sans.</div>
33 <div style="font-family: Open Sans;">This text should use Open Sans.</div>
34 </p>