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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-view-background-descendant-background-change-expected.html

Issue 2285633005: Reland of Skip PaintLayer empty paint phases if it previously painted nothing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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
Index: third_party/WebKit/LayoutTests/paint/invalidation/composited-view-background-descendant-background-change-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-view-background-descendant-background-change-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/composited-view-background-descendant-background-change-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b77c78b21b66be80e09c37c95f1820d8ee871603
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-view-background-descendant-background-change-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<body style="background: linear-gradient(white, lightgray); background-attachment: fixed">
+<div id="div" style="width: 100px; height: 100px; background-color: green"></div>
+<div style="height: 2000px">
+Tests descendant background change in a view having composited background.
+Passes if there is a green square.
+</div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698