summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/435529.html
blob: 736e3377cb13d73e8e0f362a9b52ea1ccbc4217b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<style type="text/css">

  div { 
    -moz-column-count: 2;
    white-space: pre; 
  }
  
  div:first-letter { 
    float: right;
  }

</style>
</head>

<body><div> <span>AB</span></div></body>

</html>