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

Unified Diff: third_party/WebKit/LayoutTests/compositing/contents-opaque/body-background-painted-expected.txt

Issue 2406723002: 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/compositing/contents-opaque/body-background-painted-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/contents-opaque/body-background-painted-expected.txt b/third_party/WebKit/LayoutTests/compositing/contents-opaque/body-background-painted-expected.txt
index 1c52fb130e0635b41d2dc01f34b3179888dba67b..4a25a1e70715f02a2823237d0b30e1214662a89d 100644
--- a/third_party/WebKit/LayoutTests/compositing/contents-opaque/body-background-painted-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/contents-opaque/body-background-painted-expected.txt
@@ -1,36 +1,30 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#D3D3D3",
- "children": [
- {
- "name": "LayoutBlockFlow HTML",
- "bounds": [800, 600],
- "drawsContent": true,
- "backgroundColor": "#D3D3D3",
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV id='underbody'",
- "position": [8, 8],
- "bounds": [200, 200],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000"
- },
- {
- "name": "LayoutBlockFlow HTML (foreground) Layer",
- "bounds": [800, 600],
- "drawsContent": true
- }
- ]
- }
- ]
+ "backgroundColor": "#D3D3D3"
+ },
+ {
+ "name": "LayoutBlockFlow HTML",
+ "bounds": [800, 600],
+ "drawsContent": true,
+ "backgroundColor": "#D3D3D3"
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='underbody'",
+ "position": [8, 8],
+ "bounds": [200, 200],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutBlockFlow HTML (foreground) Layer",
+ "bounds": [800, 600],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698