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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-iframe-scroll-repaint-expected.txt

Issue 2406733002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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/composited-iframe-scroll-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-iframe-scroll-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-iframe-scroll-repaint-expected.txt
index 979f12b55f3c6884a56b7951ca1fc112fb845b94..23928929dbc1ea19910cbded1d40d1d4dafd818e 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-iframe-scroll-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-iframe-scroll-repaint-expected.txt
@@ -1,20 +1,16 @@
{
- "name": "Content Root Layer",
- "bounds": [300, 516],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [300, 516],
"drawsContent": true,
- "backgroundColor": "#EEEEEE",
- "children": [
- {
- "name": "LayoutBlockFlow BODY",
- "position": [8, 8],
- "bounds": [284, 500],
- "drawsContent": true
- }
- ]
+ "backgroundColor": "#EEEEEE"
+ },
+ {
+ "name": "LayoutBlockFlow BODY",
+ "position": [8, 8],
+ "bounds": [284, 500],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698