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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/reparented-scrollbars-non-sc-anc-expected.txt

Issue 2084643002: 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": "Content Root Layer",
2 "bounds": [1208, 821], 3 "bounds": [1208, 821],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [1208, 821], 7 "bounds": [1208, 821],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "Ancestor Clipping Layer",
10 "position": [8, 8], 13 "position": [8, 8],
11 "bounds": [1200, 800], 14 "bounds": [1200, 800],
12 "shouldFlattenTransform": false, 15 "shouldFlattenTransform": false,
13 "children": [ 16 "children": [
14 { 17 {
18 "name": "LayoutBlockFlow (relative positioned) DIV id='positioned' ",
15 "bounds": [1200, 800], 19 "bounds": [1200, 800],
16 "drawsContent": true, 20 "drawsContent": true,
17 "children": [ 21 "children": [
18 { 22 {
23 "name": "Child Containment Layer",
19 "bounds": [1200, 800], 24 "bounds": [1200, 800],
20 "children": [ 25 "children": [
21 { 26 {
27 "name": "Ancestor Clipping Layer",
22 "bounds": [1200, 1000], 28 "bounds": [1200, 1000],
23 "shouldFlattenTransform": false, 29 "shouldFlattenTransform": false,
24 "children": [ 30 "children": [
25 { 31 {
32 "name": "LayoutBlockFlow DIV id='scroller'",
26 "bounds": [1200, 1000], 33 "bounds": [1200, 1000],
27 "shouldFlattenTransform": false, 34 "shouldFlattenTransform": false,
28 "drawsContent": true, 35 "drawsContent": true,
29 "children": [ 36 "children": [
30 { 37 {
38 "name": "Scrolling Layer",
31 "bounds": [1200, 1000], 39 "bounds": [1200, 1000],
32 "shouldFlattenTransform": false, 40 "shouldFlattenTransform": false,
33 "children": [ 41 "children": [
34 { 42 {
43 "name": "Scrolling Contents Layer",
35 "bounds": [1200, 10000], 44 "bounds": [1200, 10000],
36 "drawsContent": true 45 "drawsContent": true
37 } 46 }
38 ] 47 ]
39 } 48 }
40 ] 49 ]
41 } 50 }
42 ] 51 ]
43 } 52 }
44 ] 53 ]
45 } 54 }
46 ] 55 ]
47 } 56 }
48 ] 57 ]
49 }, 58 },
50 { 59 {
60 "name": "LayoutBlockFlow (relative positioned) DIV id='foreground'",
51 "position": [8, 10008], 61 "position": [8, 10008],
52 "bounds": [1200, 0] 62 "bounds": [1200, 0]
53 }, 63 },
54 { 64 {
65 "name": "Overflow Controls Ancestor Clipping Layer",
55 "position": [8, 8], 66 "position": [8, 8],
56 "bounds": [1200, 1000], 67 "bounds": [1200, 1000],
57 "children": [ 68 "children": [
58 { 69 {
70 "name": "Overflow Controls Host Layer",
59 "bounds": [1200, 1000], 71 "bounds": [1200, 1000],
60 "children": [ 72 "children": [
61 { 73 {
74 "name": "Vertical Scrollbar Layer",
62 "position": [1193, 0], 75 "position": [1193, 0],
63 "bounds": [7, 1000] 76 "bounds": [7, 1000]
64 } 77 }
65 ] 78 ]
66 } 79 }
67 ] 80 ]
68 } 81 }
69 ] 82 ]
70 } 83 }
71 ] 84 ]
72 } 85 }
73 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698