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

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: Patch for landing Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/css/font-face-insertBefore.html ('k') | Source/core/css/CSSFontSelector.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LayoutTests/fast/css/font-face-insertBefore.html ('k') | Source/core/css/CSSFontSelector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698