summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/191272-1.html
blob: 6adac078960b8d76c33074096960d9b1a0840686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<style>
p:first-letter {
  position: fixed;
  left: 100px;
  top: 100px;
}
</style>
<body>
<p>Blah blah blah
</body>
</html>