Cross-frame DOM methods don't always invalidate correctly
pavpanchekha opened this issue · 0 comments
pavpanchekha commented
Suppose you have two same-origin frames on a page, A and B, and A runs a script that sets the style
of an element in frame B. In this case, our browser will set_needs_render
on A, not B.