summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1420533.html
blob: 9fa247f686c85bebe3290b34b9330c4c6d5673b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<style>
#a { display: contents; }
#a::before { content: "" }
</style>
<marquee>
<div id="a"></div>
</marquee>
<script>
document.body.offsetTop;
a.remove();
</script>