summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1395591-1.html
blob: 2fca2ab4d098af708f06e78c8e1ca532d42ee8c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
span {
  position: fixed;
}
div {
  display: contents
}
body::first-line {}
</style>
<div><span></span></div>