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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container.html

Issue 2498823002: Paint invalidation of local attachment backgrounds (Closed)
Patch Set: - Created 4 years, 1 month 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
Index: third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container.html b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container.html
index 91fad63ba3b937b3835edfd58802cd6811d77a1b..a643f899ab3b524ae479f88e5bf13f5095a633fb 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container.html
@@ -35,4 +35,4 @@ function repaintTest() {
document.querySelector('#inner').style.border = '300px solid green';
document.querySelector('#outer').scrollLeft = 500;
}
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698