summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/harness/font-weight-bold.html
blob: a0c68d5457f4d51e8d16369656a083b0659935bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<style type="text/css">
body {
  font-weight: bold;
}
</style>
</head>
<body>
Hello Reftests
</body>
</html>