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

Unified Diff: third_party/WebKit/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-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/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
index 0bdd05fb9ddf5e5aec0c0dd87166fe5dea0002d9..d772667d59d39b3ea7f7d263c5225a816bf09687 100644
--- a/third_party/WebKit/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
@@ -20,12 +20,17 @@
"position": [20, 20],
"bounds": [100, 30000],
"drawsContent": true,
- "repaintRects": [
- [25, 125, 50, 50],
- [25, 25, 50, 50]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow (positioned) DIV class='fixed'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
+ "rect": [25, 25, 50, 50],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
+ "rect": [25, 125, 50, 50],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698