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

Side by Side Diff: LayoutTests/fast/text/font-weight-600.html

Issue 387873002: For font weights >= 600, create bold system fonts. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reupload woes Created 6 years, 5 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 <html>
3 <head>
4 <style>
5 p {
6 font-family: Arial, sans-serif;
7 font-size:48px;
8 }
9
10 .weight600 {
11 font-weight: 600;
12 }
13 </style>
14 </head>
15 <body>
16 <p>Text, normal weight.</p>
17 <p class=weight600>Bolder than normal.</p>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/win/fast/text/font-weight-600-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698