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

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

Issue 1541463002: Rename [Web]PageSerializer[Test|Client|Impl] to ...FrameSerializer... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mhtml-deduplication-of-resources
Patch Set: Rebasing... Created 4 years, 11 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

Powered by Google App Engine
This is Rietveld 408576698