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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-pos-inside-composited-intermediate-layer-expected.txt

Issue 2406733002: 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": [785, 30020],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [785, 30020], 5 "bounds": [785, 30020],
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='compositedBehind'",
15 "position": [8, 8],
16 "bounds": [500, 500],
17 "contentsOpaque": true,
9 "drawsContent": true, 18 "drawsContent": true,
10 "children": [ 19 "backgroundColor": "#00FFFF"
20 },
21 {
22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV class='containerOverlapsComposited')",
23 "position": [20, 20],
24 "bounds": [100, 30000],
25 "drawsContent": true,
26 "paintInvalidations": [
11 { 27 {
12 "name": "Squashing Containment Layer", 28 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
13 "shouldFlattenTransform": false, 29 "rect": [25, 125, 50, 50],
14 "children": [ 30 "reason": "subtree"
15 { 31 },
16 "name": "LayoutBlockFlow DIV class='compositedBehind'", 32 {
17 "position": [8, 8], 33 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
18 "bounds": [500, 500], 34 "rect": [25, 25, 50, 50],
19 "contentsOpaque": true, 35 "reason": "subtree"
20 "drawsContent": true,
21 "backgroundColor": "#00FFFF"
22 },
23 {
24 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV class='containerOverlapsComposited')",
25 "position": [20, 20],
26 "bounds": [100, 30000],
27 "drawsContent": true,
28 "paintInvalidations": [
29 {
30 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
31 "rect": [25, 125, 50, 50],
32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
36 "rect": [25, 25, 50, 50],
37 "reason": "subtree"
38 }
39 ]
40 }
41 ]
42 } 36 }
43 ] 37 ]
44 } 38 }
45 ], 39 ],
46 "objectPaintInvalidations": [ 40 "objectPaintInvalidations": [
47 { 41 {
48 "object": "LayoutBlockFlow (positioned) DIV class='fixed'", 42 "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
49 "reason": "subtree" 43 "reason": "subtree"
50 } 44 }
51 ] 45 ]
52 } 46 }
53 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698