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

Side by Side Diff: LayoutTests/fast/css/font-face-insertBefore-expected.html

Issue 82583005: Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added 2 layout tests Created 7 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <body>
4 <style>
5 @font-face {
6 font-family: f1;
7 font-weight: 100;
8 src: local('Courier New');
9 }
10 </style>
11 <style>
12 @font-face {
13 font-family: f1;
14 font-weight: 100;
15 src: url(../../resources/Ahem.ttf);
16 }
17 </style>
18 <span style="font-family: f1; font-weight: 100">A</span>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698