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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/selection-clear-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='firstLine'", 10 "object": "LayoutBlockFlow DIV id='firstLine'",
11 "rect": [8, 8, 100, 200], 11 "rect": [8, 8, 100, 200],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [8, 208, 100, 100], 16 "rect": [8, 208, 100, 100],
17 "reason": "bounds change" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='root'", 20 "object": "LayoutBlockFlow DIV id='root'",
21 "rect": [8, 208, 100, 100], 21 "rect": [8, 208, 100, 100],
22 "reason": "incremental" 22 "reason": "incremental"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (anonymous)", 25 "object": "LayoutBlockFlow (anonymous)",
26 "rect": [8, 108, 100, 100], 26 "rect": [8, 108, 100, 100],
27 "reason": "bounds change" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [8, 48, 92, 119], 31 "rect": [8, 48, 92, 119],
32 "reason": "layoutObject removal" 32 "reason": "disappeared"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [8, 48, 8, 19], 36 "rect": [8, 48, 8, 19],
37 "reason": "layoutObject insertion" 37 "reason": "appeared"
38 } 38 }
39 ] 39 ]
40 } 40 }
41 ], 41 ],
42 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
43 { 43 {
44 "object": "LayoutText #text", 44 "object": "LayoutText #text",
45 "reason": "layoutObject removal" 45 "reason": "disappeared"
46 }, 46 },
47 { 47 {
48 "object": "LayoutBlockFlow HTML", 48 "object": "LayoutBlockFlow HTML",
49 "reason": "selection" 49 "reason": "selection"
50 }, 50 },
51 { 51 {
52 "object": "LayoutBlockFlow BODY", 52 "object": "LayoutBlockFlow BODY",
53 "reason": "selection" 53 "reason": "selection"
54 }, 54 },
55 { 55 {
56 "object": "LayoutBlockFlow DIV id='root'", 56 "object": "LayoutBlockFlow DIV id='root'",
57 "reason": "incremental" 57 "reason": "incremental"
58 }, 58 },
59 { 59 {
60 "object": "LayoutBlockFlow DIV id='root'", 60 "object": "LayoutBlockFlow DIV id='root'",
61 "reason": "selection" 61 "reason": "selection"
62 }, 62 },
63 { 63 {
64 "object": "LayoutBlockFlow DIV id='firstLine'", 64 "object": "LayoutBlockFlow DIV id='firstLine'",
65 "reason": "full" 65 "reason": "full"
66 }, 66 },
67 { 67 {
68 "object": "RootInlineBox", 68 "object": "RootInlineBox",
69 "reason": "full" 69 "reason": "full"
70 }, 70 },
71 { 71 {
72 "object": "LayoutText #text", 72 "object": "LayoutText #text",
73 "reason": "layoutObject insertion" 73 "reason": "appeared"
74 }, 74 },
75 { 75 {
76 "object": "InlineTextBox '\u00A0'", 76 "object": "InlineTextBox '\u00A0'",
77 "reason": "layoutObject insertion" 77 "reason": "appeared"
78 }, 78 },
79 { 79 {
80 "object": "LayoutBlockFlow (anonymous)", 80 "object": "LayoutBlockFlow (anonymous)",
81 "reason": "bounds change" 81 "reason": "geometry"
82 }, 82 },
83 { 83 {
84 "object": "RootInlineBox", 84 "object": "RootInlineBox",
85 "reason": "bounds change" 85 "reason": "geometry"
86 }, 86 },
87 { 87 {
88 "object": "LayoutBR BR", 88 "object": "LayoutBR BR",
89 "reason": "selection" 89 "reason": "selection"
90 }, 90 },
91 { 91 {
92 "object": "InlineTextBox '\n'", 92 "object": "InlineTextBox '\n'",
93 "reason": "selection" 93 "reason": "selection"
94 }, 94 },
95 { 95 {
96 "object": "LayoutBR BR", 96 "object": "LayoutBR BR",
97 "reason": "location change" 97 "reason": "geometry"
98 }, 98 },
99 { 99 {
100 "object": "InlineTextBox '\n'", 100 "object": "InlineTextBox '\n'",
101 "reason": "location change" 101 "reason": "geometry"
102 } 102 }
103 ] 103 ]
104 } 104 }
105 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698