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

Unified Diff: third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-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/fixed-body-background-positioned-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt b/third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt
index 93d84a611f61adb6c4b5c78c94f738a25b258a92..4c9b383ddae544a089b328a03976e090f3f1ad84 100644
--- a/third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt
@@ -1,35 +1,27 @@
{
- "name": "Frame Overflow Controls Host Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "Frame Clipping Layer",
+ "bounds": [785, 600]
+ },
+ {
+ "name": "LayoutView #document (background) Layer",
+ "transformOrigin": [0, 0],
"bounds": [785, 600],
- "children": [
- {
- "name": "LayoutView #document (background) Layer",
- "transformOrigin": [0, 0],
- "bounds": [785, 600],
- "contentsOpaque": true,
- "drawsContent": true
- },
- {
- "name": "Frame Scrolling Layer",
- "children": [
- {
- "name": "Content Root Layer",
- "bounds": [785, 3700],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [785, 3700],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
+ "contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "Frame Scrolling Layer"
+ },
+ {
+ "name": "Content Root Layer",
+ "bounds": [785, 3700]
+ },
+ {
+ "name": "LayoutView #document",
+ "bounds": [785, 3700],
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698