Bug 1616797 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Yup:

```html
<div role="group" id="vp" style="height: 100%; overflow: auto;"><div style="height: 300vh;"></div></div>
<script>
  setTimeout(() => {
    vp.scrollTo(0,10);
    vp.style.display = "contents"
  }, 1000);
</script>```
Yup:

```html
<div role="group" id="vp" style="height: 100%; overflow: auto;"><div style="height: 300vh;"></div></div>
<script>
  setTimeout(() => {
    vp.scrollTo(0,10);
    vp.style.display = "contents"
  }, 1000);
</script>
```

Back to Bug 1616797 Comment 2