summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1388625-1.html
blob: 3a45c60eb50c87df5dd5c501e0ba6185f49e6fcc (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
    div::first-line { color: green }
</style>
<body style="width: 100px" onload="document.body.style.width = 'auto'">
  <div>
    <span style="display: ruby-base-container">Some</span>
    <span style="display: ruby-base-container">text that is fairly long</span>
  </div>
</body>