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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 } 35 }
36 ], 36 ],
37 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
38 { 38 {
39 "object": "LayoutText #text", 39 "object": "LayoutText #text",
40 "reason": "layoutObject removal" 40 "reason": "disappeared"
41 }, 41 },
42 { 42 {
43 "object": "LayoutBlockFlow HTML", 43 "object": "LayoutBlockFlow HTML",
44 "reason": "selection" 44 "reason": "selection"
45 }, 45 },
46 { 46 {
47 "object": "LayoutBlockFlow BODY", 47 "object": "LayoutBlockFlow BODY",
48 "reason": "selection" 48 "reason": "selection"
49 }, 49 },
50 { 50 {
51 "object": "LayoutBlockFlow DIV id='root'", 51 "object": "LayoutBlockFlow DIV id='root'",
52 "reason": "incremental" 52 "reason": "incremental"
53 }, 53 },
54 { 54 {
55 "object": "LayoutBlockFlow DIV id='root'", 55 "object": "LayoutBlockFlow DIV id='root'",
56 "reason": "selection" 56 "reason": "selection"
57 }, 57 },
58 { 58 {
59 "object": "LayoutBlockFlow DIV id='firstLine'", 59 "object": "LayoutBlockFlow DIV id='firstLine'",
60 "reason": "full" 60 "reason": "full"
61 }, 61 },
62 { 62 {
63 "object": "RootInlineBox", 63 "object": "RootInlineBox",
64 "reason": "full" 64 "reason": "full"
65 }, 65 },
66 { 66 {
67 "object": "LayoutText #text", 67 "object": "LayoutText #text",
68 "reason": "layoutObject insertion" 68 "reason": "appeared"
69 }, 69 },
70 { 70 {
71 "object": "InlineTextBox '\u00A0'", 71 "object": "InlineTextBox '\u00A0'",
72 "reason": "layoutObject insertion" 72 "reason": "appeared"
73 }, 73 },
74 { 74 {
75 "object": "LayoutBlockFlow (anonymous)", 75 "object": "LayoutBlockFlow (anonymous)",
76 "reason": "bounds change" 76 "reason": "geometry"
77 }, 77 },
78 { 78 {
79 "object": "RootInlineBox", 79 "object": "RootInlineBox",
80 "reason": "bounds change" 80 "reason": "geometry"
81 }, 81 },
82 { 82 {
83 "object": "LayoutBR BR", 83 "object": "LayoutBR BR",
84 "reason": "selection" 84 "reason": "selection"
85 }, 85 },
86 { 86 {
87 "object": "InlineTextBox '\n'", 87 "object": "InlineTextBox '\n'",
88 "reason": "selection" 88 "reason": "selection"
89 }, 89 },
90 { 90 {
91 "object": "LayoutBR BR", 91 "object": "LayoutBR BR",
92 "reason": "location change" 92 "reason": "geometry"
93 }, 93 },
94 { 94 {
95 "object": "InlineTextBox '\n'", 95 "object": "InlineTextBox '\n'",
96 "reason": "location change" 96 "reason": "geometry"
97 } 97 }
98 ] 98 ]
99 } 99 }
100 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698