| 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>
|
|
|