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

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

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow DIV id='child'",
11 "reason": "subtree"
12 },
13 {
14 "object": "LayoutBlockFlow DIV id='target'",
15 "reason": "subtree"
16 }
17 ],
18 "children": [ 10 "children": [
19 { 11 {
12 "name": "LayoutBlockFlow (positioned) DIV",
20 "position": [8, 8] 13 "position": [8, 8]
21 }, 14 },
22 { 15 {
16 "name": "Squashing Containment Layer",
23 "shouldFlattenTransform": false, 17 "shouldFlattenTransform": false,
24 "children": [ 18 "children": [
25 { 19 {
20 "name": "LayoutBlockFlow (relative positioned) DIV",
26 "position": [8, 8], 21 "position": [8, 8],
27 "bounds": [784, 52], 22 "bounds": [784, 52],
28 "drawsContent": true, 23 "drawsContent": true,
29 "paintInvalidations": [ 24 "paintInvalidations": [
30 { 25 {
31 "object": "LayoutBlockFlow DIV id='child'", 26 "object": "LayoutBlockFlow DIV id='child'",
32 "rect": [1, 1, 100, 100], 27 "rect": [1, 1, 100, 100],
33 "reason": "subtree" 28 "reason": "subtree"
34 }, 29 },
35 { 30 {
36 "object": "LayoutBlockFlow DIV id='target'", 31 "object": "LayoutBlockFlow DIV id='target'",
37 "rect": [1, 1, 50, 50], 32 "rect": [1, 1, 50, 50],
38 "reason": "subtree" 33 "reason": "subtree"
39 } 34 }
40 ] 35 ]
41 }, 36 },
42 { 37 {
38 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow DI V id='target')",
43 "position": [9, 9], 39 "position": [9, 9],
44 "bounds": [100, 100], 40 "bounds": [100, 100],
45 "drawsContent": true, 41 "drawsContent": true,
46 "paintInvalidations": [ 42 "paintInvalidations": [
47 { 43 {
48 "object": "LayoutBlockFlow DIV id='child'", 44 "object": "LayoutBlockFlow DIV id='child'",
49 "rect": [0, 0, 100, 100], 45 "rect": [0, 0, 100, 100],
50 "reason": "subtree" 46 "reason": "subtree"
51 }, 47 },
52 { 48 {
53 "object": "LayoutBlockFlow DIV id='target'", 49 "object": "LayoutBlockFlow DIV id='target'",
54 "rect": [0, 0, 50, 50], 50 "rect": [0, 0, 50, 50],
55 "reason": "subtree" 51 "reason": "subtree"
56 } 52 }
57 ] 53 ]
58 } 54 }
59 ] 55 ]
60 } 56 }
61 ] 57 ]
62 } 58 }
59 ],
60 "objectPaintInvalidations": [
61 {
62 "object": "LayoutBlockFlow DIV id='target'",
63 "reason": "subtree"
64 },
65 {
66 "object": "LayoutBlockFlow DIV id='child'",
67 "reason": "subtree"
68 },
69 {
70 "object": "LayoutBlockFlow DIV id='target'",
71 "reason": "subtree"
72 },
73 {
74 "object": "LayoutBlockFlow DIV id='child'",
75 "reason": "subtree"
76 },
77 {
78 "object": "LayoutBlockFlow DIV id='target'",
79 "reason": "subtree"
80 },
81 {
82 "object": "LayoutBlockFlow DIV id='child'",
83 "reason": "subtree"
84 }
63 ] 85 ]
64 } 86 }
65 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698