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

Unified Diff: LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/body-background-image-expected.txt

Issue 1117753003: Fix under-invalidation about view background change caused by body style change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test expectations Created 5 years, 8 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: LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/body-background-image-expected.txt
diff --git a/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/body-background-image-expected.txt b/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/body-background-image-expected.txt
index 9042d7723fbfd1dc99f1ba7994a93c3ce7f5da85..2774a751092e3b92111cae2b0517f32f303b0cb7 100644
--- a/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/body-background-image-expected.txt
+++ b/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/body-background-image-expected.txt
@@ -7,10 +7,12 @@
"drawsContent": true,
"repaintRects": [
[8, 240, 784, 288],
- [0, 0, 800, 600]
+ [0, 0, 800, 600],
+ [0, 0, 800, 544]
],
"paintInvalidationClients": [
"LayoutView #document",
+ "LayoutBlockFlow HTML",
"LayoutBlockFlow BODY"
]
}

Powered by Google App Engine
This is Rietveld 408576698