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

Side by Side Diff: Source/web/tests/data/pageserializer/font/font.html

Issue 23202008: Add font support to PageSerializer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding font (I've heard this might work now) Created 7 years, 3 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
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <title>PageSerializer Font Test</title>
5 <style>
6 @font-face {
7 font-family: "URL Font";
8 src: url("font.ttf") format("truetype");
9 }
10 p {
11 font-family: "URL Font";
12 }
13 </style>
14 </head>
15 <body>
16 <div>
17 <p>PageSerializer Font Test</p>
18 </div>
19 </body>
20 </html>
21
OLDNEW
« no previous file with comments | « Source/web/tests/PageSerializerTest.cpp ('k') | Source/web/tests/data/pageserializer/font/font.ttf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698