summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/435529.html
blob: 99d75fb98c8414ae43ad9eb6d81d208c0df436a6 (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 { 
    column-count: 2;
    white-space: pre; 
  }
  
  div:first-letter { 
    float: right;
  }

</style>
</head>

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

</html>