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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/overflow-scroll-overlap-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,
7 "drawsContent": true
8 },
9 {
10 "name": "Squashing Containment Layer",
11 "shouldFlattenTransform": false
12 },
13 {
14 "name": "LayoutBlockFlow DIV class='composited'",
15 "position": [8, 8],
16 "bounds": [30, 30]
17 },
18 {
19 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV id='scroller' class='overflow')",
20 "position": [20, 20],
21 "bounds": [306, 206],
22 "drawsContent": true
23 },
24 {
25 "name": "Ancestor Clipping Layer",
26 "position": [23, 23],
27 "bounds": [285, 200],
28 "shouldFlattenTransform": false
29 },
30 {
31 "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
32 "position": [20, 45],
33 "bounds": [210, 100],
34 "contentsOpaque": true,
9 "drawsContent": true, 35 "drawsContent": true,
10 "children": [ 36 "backgroundColor": "#0000FF"
11 {
12 "name": "Squashing Containment Layer",
13 "shouldFlattenTransform": false,
14 "children": [
15 {
16 "name": "LayoutBlockFlow DIV class='composited'",
17 "position": [8, 8],
18 "bounds": [30, 30]
19 },
20 {
21 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV id='scroller' class='overflow')",
22 "position": [20, 20],
23 "bounds": [306, 206],
24 "drawsContent": true
25 }
26 ]
27 },
28 {
29 "name": "Ancestor Clipping Layer",
30 "position": [23, 23],
31 "bounds": [285, 200],
32 "shouldFlattenTransform": false,
33 "children": [
34 {
35 "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
36 "position": [20, 45],
37 "bounds": [210, 100],
38 "contentsOpaque": true,
39 "drawsContent": true,
40 "backgroundColor": "#0000FF"
41 }
42 ]
43 }
44 ]
45 } 37 }
46 ] 38 ]
47 } 39 }
48 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698