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

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

Powered by Google App Engine
This is Rietveld 408576698