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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled-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/fast/repaint/fixed-under-composited-fixed-scrolled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled-expected.txt
index 3bd67a9c86f6c232b4037f274241b62d765ff85d..8ad9040d4c2d82e3d86e9f4ba5031865c396ed0c 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled-expected.txt
@@ -13,11 +13,12 @@
"drawsContent": true,
"backfaceVisibility": "hidden",
"backgroundColor": "#008000",
- "repaintRects": [
- [100, 100, 200, 200]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow (positioned) DIV id='fixed'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
+ "rect": [100, 100, 200, 200],
+ "reason": "layoutObject removal"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698