summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/stress-7.html
blob: fb8fdfd594d452aea7467ac7088856aaa442ae00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html><head>
<style>
body > span::first-line { }
span::before { content:"before text"; border:3px solid black;}
</style>
</head>
<body>

<span style=" float: left; column-count: 2;">
  <span style="float: right;">
    <span style=" float: right;column-count: 2;"></span>
  </span>
</span>

</body>
</html>