Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1096)

Side by Side Diff: LayoutTests/paint/invalidation/non-stacking-scroller-with-abspos-descendant-expected.html

Issue 1202523006: SP: Invalidate all non-compositing descendants in the slow scroll path. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!doctype HTML>
2 <div id="target" style="overflow:scroll; width: 300px; height: 300px;">
3 <div style="height: 1000px; width: 100px;"></div>
4 </div>
5 <div style="position: absolute; top: 200px; width: 100px; height: 100px; backgro und: red"></div>
6 <script>
7 window.onload = function() {
8 target.scrollTop += 100;
9 }
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698