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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/delete-into-nested-block-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='two'", 10 "object": "LayoutBlockFlow DIV id='two'",
11 "rect": [8, 147, 784, 41], 11 "rect": [8, 147, 784, 41],
12 "reason": "layoutObject removal" 12 "reason": "disappeared"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
16 "rect": [8, 167, 784, 21], 16 "rect": [8, 167, 784, 21],
17 "reason": "layoutObject removal" 17 "reason": "disappeared"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV", 20 "object": "LayoutBlockFlow DIV",
21 "rect": [8, 147, 784, 21], 21 "rect": [8, 147, 784, 21],
22 "reason": "layoutObject removal" 22 "reason": "disappeared"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV id='one'", 25 "object": "LayoutBlockFlow DIV id='one'",
26 "rect": [8, 127, 784, 21], 26 "rect": [8, 127, 784, 21],
27 "reason": "full" 27 "reason": "full"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [8, 167, 30, 20], 31 "rect": [8, 167, 30, 20],
32 "reason": "layoutObject removal" 32 "reason": "disappeared"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [8, 147, 27, 20], 36 "rect": [8, 147, 27, 20],
37 "reason": "layoutObject removal" 37 "reason": "disappeared"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [8, 127, 26, 20], 41 "rect": [8, 127, 26, 20],
42 "reason": "layoutObject removal" 42 "reason": "disappeared"
43 } 43 }
44 ] 44 ]
45 } 45 }
46 ], 46 ],
47 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
48 { 48 {
49 "object": "LayoutText #text", 49 "object": "LayoutText #text",
50 "reason": "layoutObject removal" 50 "reason": "disappeared"
51 }, 51 },
52 { 52 {
53 "object": "LayoutText #text", 53 "object": "LayoutText #text",
54 "reason": "layoutObject removal" 54 "reason": "disappeared"
55 }, 55 },
56 { 56 {
57 "object": "LayoutBlockFlow DIV", 57 "object": "LayoutBlockFlow DIV",
58 "reason": "layoutObject removal" 58 "reason": "disappeared"
59 }, 59 },
60 { 60 {
61 "object": "LayoutText #text", 61 "object": "LayoutText #text",
62 "reason": "layoutObject removal" 62 "reason": "disappeared"
63 }, 63 },
64 { 64 {
65 "object": "LayoutBR BR", 65 "object": "LayoutBR BR",
66 "reason": "layoutObject removal" 66 "reason": "disappeared"
67 }, 67 },
68 { 68 {
69 "object": "LayoutBlockFlow DIV", 69 "object": "LayoutBlockFlow DIV",
70 "reason": "layoutObject removal" 70 "reason": "disappeared"
71 }, 71 },
72 { 72 {
73 "object": "LayoutBlockFlow DIV id='two'", 73 "object": "LayoutBlockFlow DIV id='two'",
74 "reason": "layoutObject removal" 74 "reason": "disappeared"
75 }, 75 },
76 { 76 {
77 "object": "LayoutBR BR", 77 "object": "LayoutBR BR",
78 "reason": "layoutObject removal" 78 "reason": "disappeared"
79 }, 79 },
80 { 80 {
81 "object": "LayoutText #text", 81 "object": "LayoutText #text",
82 "reason": "layoutObject removal" 82 "reason": "disappeared"
83 }, 83 },
84 { 84 {
85 "object": "LayoutInline SPAN", 85 "object": "LayoutInline SPAN",
86 "reason": "layoutObject removal" 86 "reason": "disappeared"
87 }, 87 },
88 { 88 {
89 "object": "LayoutBlockFlow DIV id='one'", 89 "object": "LayoutBlockFlow DIV id='one'",
90 "reason": "full" 90 "reason": "full"
91 }, 91 },
92 { 92 {
93 "object": "RootInlineBox", 93 "object": "RootInlineBox",
94 "reason": "full" 94 "reason": "full"
95 }, 95 },
96 { 96 {
97 "object": "Caret", 97 "object": "Caret",
98 "reason": "caret" 98 "reason": "caret"
99 }, 99 },
100 { 100 {
101 "object": "LayoutText #text", 101 "object": "LayoutText #text",
102 "reason": "layoutObject insertion" 102 "reason": "appeared"
103 }, 103 },
104 { 104 {
105 "object": "InlineTextBox 'three'", 105 "object": "InlineTextBox 'three'",
106 "reason": "layoutObject insertion" 106 "reason": "appeared"
107 } 107 }
108 ] 108 ]
109 } 109 }
110 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698