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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt

Issue 2665823002: Invalidate caret during paint invalidation (Closed)
Patch Set: Rebaseline Created 3 years, 10 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 }, 8 },
9 { 9 {
10 "name": "LayoutTextControl INPUT id='root'", 10 "name": "LayoutTextControl INPUT id='root'",
(...skipping 14 matching lines...) Expand all
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow DIV id='inner-editor'", 27 "object": "LayoutBlockFlow DIV id='inner-editor'",
28 "rect": [3, 4, 60, 16], 28 "rect": [3, 4, 60, 16],
29 "reason": "subtree" 29 "reason": "subtree"
30 }, 30 },
31 { 31 {
32 "object": "LayoutText #text", 32 "object": "LayoutText #text",
33 "rect": [3, 4, 60, 16], 33 "rect": [3, 4, 60, 16],
34 "reason": "subtree" 34 "reason": "subtree"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [60, 4, 3, 16],
39 "reason": "invalidate paint rectangle"
40 },
41 {
42 "object": "LayoutText #text",
43 "rect": [60, 4, 3, 16],
44 "reason": "invalidate paint rectangle"
45 },
46 {
47 "object": "LayoutText #text",
48 "rect": [60, 4, 3, 16],
49 "reason": "invalidate paint rectangle"
50 } 35 }
51 ] 36 ]
52 } 37 }
53 ], 38 ],
54 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
55 { 40 {
56 "object": "Caret",
57 "reason": "invalidate paint rectangle"
58 },
59 {
60 "object": "LayoutTextControl INPUT id='root'", 41 "object": "LayoutTextControl INPUT id='root'",
61 "reason": "subtree" 42 "reason": "subtree"
62 }, 43 },
63 { 44 {
64 "object": "LayoutBlockFlow DIV id='inner-editor'", 45 "object": "LayoutBlockFlow DIV id='inner-editor'",
65 "reason": "subtree" 46 "reason": "subtree"
66 }, 47 },
67 { 48 {
68 "object": "RootInlineBox", 49 "object": "RootInlineBox",
69 "reason": "subtree" 50 "reason": "subtree"
70 }, 51 },
71 { 52 {
72 "object": "HorizontalScrollbar", 53 "object": "HorizontalScrollbar",
73 "reason": "scroll" 54 "reason": "scroll"
74 }, 55 },
75 { 56 {
76 "object": "Caret", 57 "object": "Caret",
77 "reason": "invalidate paint rectangle" 58 "reason": "caret"
78 }, 59 },
79 { 60 {
80 "object": "Caret", 61 "object": "Caret",
81 "reason": "invalidate paint rectangle" 62 "reason": "caret"
82 }, 63 },
83 { 64 {
84 "object": "LayoutText #text", 65 "object": "LayoutText #text",
85 "reason": "subtree" 66 "reason": "subtree"
86 }, 67 },
87 { 68 {
88 "object": "InlineTextBox 'test test test'", 69 "object": "InlineTextBox 'test test test'",
89 "reason": "subtree" 70 "reason": "subtree"
90 } 71 }
91 ] 72 ]
92 } 73 }
93 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698