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

Side by Side Diff: LayoutTests/fast/text/update-sans-serif-and-recalc-style-expected.html

Issue 335393002: Should update FontFaceCache version when updating generic font-family settings. (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>
3 body { font-family: sans-serif; }
4 </style>
5 <script>
6 if (window.internals)
7 window.internals.settings.setSansSerifFontFamily("Arial", "zyyy");
8 </script>
9 <body>
10 <div>
11 <p>This is a test for checking whether style recalc is correctly triggered or no t<a href="#" title="dummy">when</a> updating <a href="#" title="dummy2">sans ser if</a> font-family<a href="#" title="dummy3"> settings</a>.
12 </p>
13 </div>
14 </body>
15
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/update-sans-serif-and-recalc-style.html ('k') | Source/core/css/CSSFontSelector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698