summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/392435-1.html
blob: a348ab3be37d533ccf70546e28c1a619d34fb57d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML>
<html>
<head>
<style>
span, p:first-letter, div:first-line {
  font-weight:bold;
  font-style: italic;
  font-size: 200%;
  font-variant: small-caps;
  font-family: sans-serif;
  color:red;
}
span, div:first-line {
  background: yellow;
  text-decoration: line-through;
}
</style>
</head>
<body>
<p><span></span>Hello
<div>Hello<br>Kitty</div>
</body>
</html>