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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/win/fast/text/font-weight-600-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/font-weight-600.html
diff --git a/LayoutTests/fast/text/font-weight-600.html b/LayoutTests/fast/text/font-weight-600.html
new file mode 100644
index 0000000000000000000000000000000000000000..c5c5687dfb23f45076b2becee1469003e7d92c73
--- /dev/null
+++ b/LayoutTests/fast/text/font-weight-600.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<style>
+p {
+ font-family: Arial, sans-serif;
+ font-size:48px;
+}
+
+.weight600 {
+ font-weight: 600;
+}
+</style>
+</head>
+<body>
+<p>Text, normal weight.</p>
+<p class=weight600>Bolder than normal.</p>
+</body>
+</html>
« 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