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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
index fc752ba3e18d8aacf3363c51d074ca1b06fc7f7c..c49aa2087e60c0e7310e15e536b83bd39e139fa8 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
@@ -26,8 +26,12 @@
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#FF0000",
- "repaintRects": [
- [0, 0, 100, 100]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='foo'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
+ }
]
}
]
@@ -62,8 +66,12 @@
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#0000FF",
- "repaintRects": [
- [0, 0, 100, 100]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='foo'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698