summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1353312.html
blob: 56adf9ed6ddd724ad66442cbfaee36ba7a70f339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<style>
  body { float: left }
  div::first-line {
    border-inline-start: 0;
  }
  div.boom::first-line {
    border: 0;
  }
</style>

<div>x</div>
<div class="boom">x</div>
<div>x</div>