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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-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 2
3 { 3 {
4 "name": "Content Root Layer", 4 "layers": [
5 "bounds": [800, 600],
6 "children": [
7 { 5 {
8 "name": "LayoutView #document", 6 "name": "LayoutView #document",
9 "bounds": [800, 600], 7 "bounds": [800, 600],
10 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true
10 },
11 {
12 "name": "LayoutBlockFlow (positioned) DIV class='composited'",
13 "transformOrigin": [50, 50],
14 "bounds": [500, 250],
15 "drawsContent": true
16 },
17 {
18 "name": "Squashing Containment Layer",
19 "shouldFlattenTransform": false
20 },
21 {
22 "name": "LayoutBlockFlow (positioned) DIV class='composited'",
23 "position": [0, 250],
24 "transformOrigin": [50, 50],
25 "bounds": [150, 150],
26 "drawsContent": true
27 },
28 {
29 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow PRE id='la yers')",
30 "bounds": [792, 100],
31 "drawsContent": true
32 },
33 {
34 "name": "LayoutBlockFlow (positioned) DIV class='indicator box'",
35 "position": [0, 250],
36 "bounds": [100, 100],
37 "contentsOpaque": true,
11 "drawsContent": true, 38 "drawsContent": true,
12 "children": [ 39 "backgroundColor": "#008000"
13 {
14 "name": "LayoutBlockFlow (positioned) DIV class='composited'",
15 "transformOrigin": [50, 50],
16 "bounds": [500, 250],
17 "drawsContent": true
18 },
19 {
20 "name": "Squashing Containment Layer",
21 "shouldFlattenTransform": false,
22 "children": [
23 {
24 "name": "LayoutBlockFlow (positioned) DIV class='composited'",
25 "position": [0, 250],
26 "transformOrigin": [50, 50],
27 "bounds": [150, 150],
28 "drawsContent": true
29 },
30 {
31 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow PR E id='layers')",
32 "bounds": [792, 100],
33 "drawsContent": true
34 }
35 ]
36 },
37 {
38 "name": "LayoutBlockFlow (positioned) DIV class='indicator box'",
39 "position": [0, 250],
40 "bounds": [100, 100],
41 "contentsOpaque": true,
42 "drawsContent": true,
43 "backgroundColor": "#008000"
44 }
45 ]
46 } 40 }
47 ] 41 ]
48 } 42 }
49 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698