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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Frame Overflow Controls Host Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "Frame Clipping Layer", 4 "name": "Frame Clipping Layer",
5 "bounds": [785, 600]
6 },
7 {
8 "name": "LayoutView #document (background) Layer",
9 "transformOrigin": [0, 0],
7 "bounds": [785, 600], 10 "bounds": [785, 600],
8 "children": [ 11 "contentsOpaque": true,
9 { 12 "drawsContent": true
10 "name": "LayoutView #document (background) Layer", 13 },
11 "transformOrigin": [0, 0], 14 {
12 "bounds": [785, 600], 15 "name": "Frame Scrolling Layer"
13 "contentsOpaque": true, 16 },
14 "drawsContent": true 17 {
15 }, 18 "name": "Content Root Layer",
16 { 19 "bounds": [785, 3700]
17 "name": "Frame Scrolling Layer", 20 },
18 "children": [ 21 {
19 { 22 "name": "LayoutView #document",
20 "name": "Content Root Layer", 23 "bounds": [785, 3700],
21 "bounds": [785, 3700], 24 "drawsContent": true
22 "children": [
23 {
24 "name": "LayoutView #document",
25 "bounds": [785, 3700],
26 "drawsContent": true
27 }
28 ]
29 }
30 ]
31 }
32 ]
33 } 25 }
34 ] 26 ]
35 } 27 }
36 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698