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

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

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
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 | « sky/engine/web/tests/data/pageserializer/error_image.png ('k') | sky/engine/web/tests/data/pageserializer/font/font.ttf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698