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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-generated-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/window-resize-background-image-generated-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-generated-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-generated-expected.txt
index cdd87cebcc8ca609e93e23980c71840f69b5851c..e403f4133b74ea37d63fb93da47bad5b65dd8f29 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-generated-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-generated-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutView #document",
"rect": [0, 0, 600, 500],
- "reason": "bounds change"
+ "reason": "background"
}
]
}
@@ -17,7 +17,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutView #document",
- "reason": "bounds change"
+ "reason": "background"
}
]
}
@@ -32,7 +32,7 @@
{
"object": "LayoutView #document",
"rect": [0, 0, 600, 250],
- "reason": "bounds change"
+ "reason": "background"
}
]
}
@@ -40,7 +40,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutView #document",
- "reason": "bounds change"
+ "reason": "background"
}
]
}
@@ -55,7 +55,7 @@
{
"object": "LayoutView #document",
"rect": [0, 0, 400, 600],
- "reason": "bounds change"
+ "reason": "background"
}
]
}
@@ -63,7 +63,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutView #document",
- "reason": "bounds change"
+ "reason": "background"
}
]
}
@@ -78,7 +78,7 @@
{
"object": "LayoutView #document",
"rect": [0, 0, 800, 600],
- "reason": "bounds change"
+ "reason": "background"
}
]
}
@@ -86,7 +86,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutView #document",
- "reason": "bounds change"
+ "reason": "background"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698