summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1490037.html
blob: 7d5c6b1040ef484e08a2ae77132e3267a8e1d38d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<style>
div {
  display: contents;
}
div::before {
  content: "";
  float: left;
  overflow: scroll;
}
</style>
<div></div>