summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1555142.html
blob: 20c371bfea7ca873a4d17161b0da15bc8b7377a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<style>
#a {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 0;
}
span {
  display: inline-block;
  width: 10px;
  height: 10px;
}
</style>
<body onload="b.remove()">
<div id="a"><span id="b"></span>x</div>