summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1472020.html
blob: ab9192c87b457c74cc538a7712c00df81101aea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<style>
body { display:contents }
</style>
<object id="a"></object>
<script>
  document.body.offsetHeight;
  document.getElementById("a").style.cssText="display:table-column-group"
  document.body.offsetHeight;
  document.body.style.cssText="scroll-snap-destination:6%"
  document.body.offsetHeight;
</script>