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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/platform/mac/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
similarity index 58%
copy from third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
copy to third_party/WebKit/LayoutTests/platform/mac/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
index 1be09d35007e4fafde655fc8e4a6180cc951e415..276db11959cace4b5bec7b99654d14e7bea045fa 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [600, 250],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [600, 250],
"drawsContent": true,
"paintInvalidations": [
@@ -17,12 +19,24 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ }
]
}
{
+ "name": "Content Root Layer",
"bounds": [400, 250],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [400, 250],
"drawsContent": true,
"paintInvalidations": [
@@ -40,19 +54,35 @@
"object": "LayoutView #document",
"rect": [400, 0, 200, 250],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "became visible"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "reason": "became visible"
+ }
]
}
{
+ "name": "Content Root Layer",
"bounds": [400, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [400, 600],
"drawsContent": true,
"paintInvalidations": [
@@ -73,12 +103,28 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ }
]
}
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"drawsContent": true,
"paintInvalidations": [
@@ -96,13 +142,27 @@
"object": "LayoutView #document",
"rect": [400, 0, 400, 600],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "became visible"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "reason": "became visible"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698