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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/fixed-body-background-positioned-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Frame Overflow Controls Host Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "Frame Clipping Layer",
5 "bounds": [785, 600], 7 "bounds": [785, 600],
6 "children": [ 8 "children": [
7 { 9 {
10 "name": "LayoutView #document (background) Layer",
8 "transformOrigin": [0, 0], 11 "transformOrigin": [0, 0],
9 "bounds": [785, 600], 12 "bounds": [785, 600],
10 "contentsOpaque": true, 13 "contentsOpaque": true,
11 "drawsContent": true 14 "drawsContent": true
12 }, 15 },
13 { 16 {
17 "name": "Frame Scrolling Layer",
14 "children": [ 18 "children": [
15 { 19 {
20 "name": "Content Root Layer",
16 "bounds": [785, 3700], 21 "bounds": [785, 3700],
17 "children": [ 22 "children": [
18 { 23 {
24 "name": "LayoutView #document",
19 "bounds": [785, 3700], 25 "bounds": [785, 3700],
20 "drawsContent": true 26 "drawsContent": true
21 } 27 }
22 ] 28 ]
23 } 29 }
24 ] 30 ]
25 } 31 }
26 ] 32 ]
27 } 33 }
28 ] 34 ]
29 } 35 }
30 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698