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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/no-squashing-into-fixed-position-that-clips-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": "LayoutBlockFlow (positioned) DIV class='fixedpos'",
11 "position": [0, 50],
12 "bounds": [800, 550],
13 "contentsOpaque": true,
9 "drawsContent": true, 14 "drawsContent": true,
10 "children": [ 15 "backgroundColor": "#ADD8E6"
11 { 16 },
12 "name": "LayoutBlockFlow (positioned) DIV class='fixedpos'", 17 {
13 "position": [0, 50], 18 "name": "Child Containment Layer",
14 "bounds": [800, 550], 19 "bounds": [800, 550]
15 "contentsOpaque": true, 20 },
16 "drawsContent": true, 21 {
17 "backgroundColor": "#ADD8E6", 22 "name": "LayoutBlockFlow (positioned) DIV class='compositedlayer'",
18 "children": [ 23 "position": [400, -10],
19 { 24 "bounds": [24, 100],
20 "name": "Child Containment Layer", 25 "contentsOpaque": true,
21 "bounds": [800, 550], 26 "drawsContent": true,
22 "children": [ 27 "backgroundColor": "#D3D3D3"
23 { 28 },
24 "name": "LayoutBlockFlow (positioned) DIV class='compositedlay er'", 29 {
25 "position": [400, -10], 30 "name": "LayoutBlockFlow (positioned) DIV class='notsquashedelement'",
26 "bounds": [24, 100], 31 "bounds": [800, 60],
27 "contentsOpaque": true, 32 "contentsOpaque": true,
28 "drawsContent": true, 33 "drawsContent": true,
29 "backgroundColor": "#D3D3D3" 34 "backgroundColor": "#008000"
30 }
31 ]
32 }
33 ]
34 },
35 {
36 "name": "LayoutBlockFlow (positioned) DIV class='notsquashedelement'",
37 "bounds": [800, 60],
38 "contentsOpaque": true,
39 "drawsContent": true,
40 "backgroundColor": "#008000"
41 }
42 ]
43 } 35 }
44 ] 36 ]
45 } 37 }
46 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698