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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt

Issue 2402213002: 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",
11 "position": [8, 8],
12 "contentsOpaque": true
13 },
14 {
15 "name": "Squashing Containment Layer",
16 "shouldFlattenTransform": false
17 },
18 {
19 "name": "LayoutBlockFlow (relative positioned) DIV",
20 "position": [8, 8],
21 "bounds": [784, 52],
9 "drawsContent": true, 22 "drawsContent": true,
10 "children": [ 23 "paintInvalidations": [
11 { 24 {
12 "name": "LayoutBlockFlow (positioned) DIV", 25 "object": "LayoutBlockFlow DIV id='child'",
13 "position": [8, 8], 26 "rect": [1, 1, 100, 100],
14 "contentsOpaque": true 27 "reason": "subtree"
15 }, 28 },
16 { 29 {
17 "name": "Squashing Containment Layer", 30 "object": "LayoutBlockFlow DIV id='target'",
18 "shouldFlattenTransform": false, 31 "rect": [1, 1, 50, 50],
19 "children": [ 32 "reason": "subtree"
20 { 33 }
21 "name": "LayoutBlockFlow (relative positioned) DIV", 34 ]
22 "position": [8, 8], 35 },
23 "bounds": [784, 52], 36 {
24 "drawsContent": true, 37 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow DIV id='ta rget')",
25 "paintInvalidations": [ 38 "position": [9, 9],
26 { 39 "bounds": [100, 100],
27 "object": "LayoutBlockFlow DIV id='child'", 40 "drawsContent": true,
28 "rect": [1, 1, 100, 100], 41 "paintInvalidations": [
29 "reason": "subtree" 42 {
30 }, 43 "object": "LayoutBlockFlow DIV id='child'",
31 { 44 "rect": [0, 0, 100, 100],
32 "object": "LayoutBlockFlow DIV id='target'", 45 "reason": "subtree"
33 "rect": [1, 1, 50, 50], 46 },
34 "reason": "subtree" 47 {
35 } 48 "object": "LayoutBlockFlow DIV id='target'",
36 ] 49 "rect": [0, 0, 50, 50],
37 }, 50 "reason": "subtree"
38 {
39 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow DI V id='target')",
40 "position": [9, 9],
41 "bounds": [100, 100],
42 "drawsContent": true,
43 "paintInvalidations": [
44 {
45 "object": "LayoutBlockFlow DIV id='child'",
46 "rect": [0, 0, 100, 100],
47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutBlockFlow DIV id='target'",
51 "rect": [0, 0, 50, 50],
52 "reason": "subtree"
53 }
54 ]
55 }
56 ]
57 } 51 }
58 ] 52 ]
59 } 53 }
60 ], 54 ],
61 "objectPaintInvalidations": [ 55 "objectPaintInvalidations": [
62 { 56 {
63 "object": "LayoutBlockFlow DIV id='target'", 57 "object": "LayoutBlockFlow DIV id='target'",
64 "reason": "subtree" 58 "reason": "subtree"
65 }, 59 },
66 { 60 {
(...skipping 12 matching lines...) Expand all
79 "object": "LayoutBlockFlow DIV id='target'", 73 "object": "LayoutBlockFlow DIV id='target'",
80 "reason": "subtree" 74 "reason": "subtree"
81 }, 75 },
82 { 76 {
83 "object": "LayoutBlockFlow DIV id='child'", 77 "object": "LayoutBlockFlow DIV id='child'",
84 "reason": "subtree" 78 "reason": "subtree"
85 } 79 }
86 ] 80 ]
87 } 81 }
88 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698