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

Side by Side Diff: LayoutTests/fast/css/cssom-modify-font-face-rule-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>
ojan 2014/01/03 01:20:44 Nit: here and elsewhere, we usually spell DOCTYPE
tasak 2014/01/07 08:42:12 Done.
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

Powered by Google App Engine
This is Rietveld 408576698