Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Side by Side Diff: LayoutTests/svg/custom/svg-font-support-expected.html

Issue 360203002: Disable SVG Fonts in CSS on all platforms except GDI Windows (XP, Vista) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove svg/custom/acid3-test-77.html change Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/svg/custom/svg-font-support.html ('k') | Source/core/css/CSSFontFaceSrcValue.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
6
7 <p>
8 <div>This text should use the default font.</div>
9 <div>This text should use the default font.</div>
10 </p>
11
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>
20
21 <p>
22 <div>This text should use the default font.</div>
23 <div>This text should use the default font.</div>
24 </p>
25
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>
30
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>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/svg-font-support.html ('k') | Source/core/css/CSSFontFaceSrcValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698