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

Side by Side Diff: LayoutTests/fast/css/font-face-css-change-while-loading-expected.html

Issue 321403003: Notify font loads via FontLoader (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 <style id="sheet">
3 @font-face {
4 font-family: myahem;
5 src: url(../../resources/Ahem.ttf);
6 }
7 </style>
8 <p>You should see a black rectangle below.</p>
9 <div style="font-family: myahem">FAIL</div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/font-face-css-change-while-loading.html ('k') | Source/core/css/CSSFontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698