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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/content-loses-scrollbars-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": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutBlockFlow (positioned) DIV class='container'",
10 "position": [8, 13], 13 "position": [8, 13],
11 "bounds": [100, 100], 14 "bounds": [100, 100],
12 "children": [ 15 "children": [
13 { 16 {
17 "name": "Child Containment Layer",
14 "bounds": [100, 100], 18 "bounds": [100, 100],
15 "children": [ 19 "children": [
16 { 20 {
21 "name": "LayoutBlockFlow (positioned) DIV id='vertical' class= 'content'",
17 "bounds": [10, 10] 22 "bounds": [10, 10]
18 } 23 }
19 ] 24 ]
20 } 25 }
21 ] 26 ]
22 }, 27 },
23 { 28 {
29 "name": "LayoutBlockFlow (positioned) DIV class='container'",
24 "position": [8, 13], 30 "position": [8, 13],
25 "bounds": [100, 100], 31 "bounds": [100, 100],
26 "children": [ 32 "children": [
27 { 33 {
34 "name": "Child Containment Layer",
28 "bounds": [100, 100], 35 "bounds": [100, 100],
29 "children": [ 36 "children": [
30 { 37 {
38 "name": "LayoutBlockFlow (positioned) DIV id='horizontal' clas s='content'",
31 "bounds": [10, 10] 39 "bounds": [10, 10]
32 } 40 }
33 ] 41 ]
34 } 42 }
35 ] 43 ]
36 }, 44 },
37 { 45 {
46 "name": "LayoutBlockFlow (positioned) DIV class='container'",
38 "position": [8, 13], 47 "position": [8, 13],
39 "bounds": [100, 100], 48 "bounds": [100, 100],
40 "children": [ 49 "children": [
41 { 50 {
51 "name": "Child Containment Layer",
42 "bounds": [100, 100], 52 "bounds": [100, 100],
43 "children": [ 53 "children": [
44 { 54 {
55 "name": "LayoutBlockFlow (positioned) DIV id='both' class='con tent'",
45 "bounds": [10, 10] 56 "bounds": [10, 10]
46 } 57 }
47 ] 58 ]
48 } 59 }
49 ] 60 ]
50 }, 61 },
51 { 62 {
63 "name": "LayoutBlockFlow (positioned) DIV id='corner' class='container '",
52 "position": [8, 13], 64 "position": [8, 13],
53 "bounds": [100, 100], 65 "bounds": [100, 100],
54 "children": [ 66 "children": [
55 { 67 {
68 "name": "Child Containment Layer",
56 "bounds": [100, 100], 69 "bounds": [100, 100],
57 "children": [ 70 "children": [
58 { 71 {
72 "name": "LayoutBlockFlow (positioned) DIV class='content'",
59 "bounds": [10, 10] 73 "bounds": [10, 10]
60 } 74 }
61 ] 75 ]
62 } 76 }
63 ] 77 ]
64 } 78 }
65 ] 79 ]
66 } 80 }
67 ] 81 ]
68 } 82 }
69 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698