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

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: Review fixes Created 7 years, 4 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 lang="en">
Julien - ping for review 2013/09/05 17:38:48 Do we need the lang attribute?
3 <head>
4 <meta charset="utf-8">
Julien - ping for review 2013/09/05 17:38:48 Do we need this meta tag?
5 <title>PageSerializer Font Test</title>
6 <style type="text/css">
Julien - ping for review 2013/09/05 17:38:48 Unneeded type attribute.
7 @font-face {
8 font-family: "URL Font";
9 src: url("font.ttf") format("truetype");
10 }
11 p {
12 font-family: "URL Font";
13 }
14 </style>
15 </head>
16 <body>
17 <div>
18 <p>PageSerializer Font Test</p>
19 </div>
20 </body>
21 </html>
22
OLDNEW
« Source/core/page/PageSerializer.cpp ('K') | « Source/web/tests/PageSerializerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698