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

Side by Side Diff: LayoutTests/platform/android/fast/text/international/non-generic-font-fallback-expected.html

Issue 184703003: Fix generic font family issue on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div { font-family: arial, sans-serif; }
4 </style>
5 Tests if non-generic font-family specified before generic font-family is respect ed when lang is specified.
6 The characters are common Latin characters that exist in the non-locale-specific system font and should use the system font.
7 <div>A&#228;</div>
8 <div>A&#228;</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698