Bug 1578932 Comment 0 Edit History

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

For example; 

<div style="height: 300px; overflow: scroll;">
  <div style="height: 5000px;"></div>
  <iframe fission="true" ...></iframe>
</div>

above case we don't generate the display item for the iframe, so we don't call UpdateEffects() at all.

Attaching is a mochitest to see the issue easily.
For example; 

<div style="height: 300px; overflow: scroll;">
  <div style="height: 5000px;"></div>
  <iframe fission="true" ...></iframe>
</div>

above case we don't generate the display item for the iframe, so we don't call UpdateEffects() at all.

Attaching file is a mochitest to see the issue easily.

Back to Bug 1578932 Comment 0