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

Side by Side Diff: LayoutTests/fast/text/update-sans-serif-and-recalc-style.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
« no previous file with comments | « no previous file | LayoutTests/fast/text/update-sans-serif-and-recalc-style-expected.html » ('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 <style>
3 body { font-family: sans-serif; }
4 </style>
5 <script>
6 if (window.internals)
7 window.internals.settings.setSansSerifFontFamily("Times", "zyyy");
8
9 onload = function() {
10 document.body.offsetLeft;
11 if (window.internals)
12 window.internals.settings.setSansSerifFontFamily("Arial", "zyyy");
13 }
14 </script>
15 <body>
16 <div>
17 <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>.
18 </p>
19 </div>
20 </body>
21
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/update-sans-serif-and-recalc-style-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698