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

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

Issue 1799993002: Remove unsupported font SVGFreeSans.svg and svg-font-support.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only remove test and svg font Created 4 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/custom/svg-font-support.html ('k') | no next file » | 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 | « third_party/WebKit/LayoutTests/svg/custom/svg-font-support.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698