repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
font-weight-600.html
blob
c5c5687dfb23f45076b2becee1469003e7d92c73
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<style>
5
p {
6
font-family: Arial, sans-serif;
7
font-size:
48
px;
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>