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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698