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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html

Issue 2307983002: Include scroll offset in scrolling contents painted background rect invalidation. (Closed)
Patch Set: Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html b/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html
index 1f3dd06c2d6ad1ec10dff7363459d535f0858608..eee4216cd8956ccc921bb50cb85067379d8f723b 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background.html
@@ -4,7 +4,10 @@
function repaintTest() {
scroller.style.background = 'green local';
}
-onload = runRepaintAndPixelTest;
+onload = function() {
+ scroller.scrollTop = 100;
+ runRepaintAndPixelTest();
+};
</script>
<style>
#scroller {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/composited-overflow-with-local-background-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698