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

Side by Side Diff: LayoutTests/fast/css/cssom-modify-font-face-rule-expected.html

Issue 131403008: Revert of Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <body>
4 <style id="target">
5 @font-face {
6 font-family: f2;
7 font-weight: 100;
8 src: url(../../resources/Ahem.ttf);
9 }
10 </style>
11 <span style="font-family: f1; font-weight: 100">A</span>
12 </body>
13 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/cssom-modify-font-face-rule.html ('k') | LayoutTests/fast/css/font-face-insertBefore.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698