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

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

Issue 2687613002: Auto-rebaseline for r448799 (Closed)
Patch Set: 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 17 matching lines...) Expand all
28 }, 28 },
29 { 29 {
30 "object": "LayoutTextControl TEXTAREA id='editor'", 30 "object": "LayoutTextControl TEXTAREA id='editor'",
31 "rect": [153, 24, 15, 15], 31 "rect": [153, 24, 15, 15],
32 "reason": "scroll" 32 "reason": "scroll"
33 }, 33 },
34 { 34 {
35 "object": "LayoutTextControl TEXTAREA id='editor'", 35 "object": "LayoutTextControl TEXTAREA id='editor'",
36 "rect": [153, 9, 15, 15], 36 "rect": [153, 9, 15, 15],
37 "reason": "scroll" 37 "reason": "scroll"
38 },
39 {
40 "object": "LayoutText #text",
41 "rect": [151, 10, 2, 14],
42 "reason": "invalidate paint rectangle"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [151, 10, 2, 14],
47 "reason": "invalidate paint rectangle"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [151, 10, 2, 14],
52 "reason": "invalidate paint rectangle"
53 } 38 }
54 ] 39 ]
55 } 40 }
56 ], 41 ],
57 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
58 { 43 {
59 "object": "Caret",
60 "reason": "invalidate paint rectangle"
61 },
62 {
63 "object": "LayoutTextControl TEXTAREA id='editor'", 44 "object": "LayoutTextControl TEXTAREA id='editor'",
64 "reason": "subtree" 45 "reason": "subtree"
65 }, 46 },
66 { 47 {
67 "object": "LayoutTextControl TEXTAREA id='editor'", 48 "object": "LayoutTextControl TEXTAREA id='editor'",
68 "reason": "scroll" 49 "reason": "scroll"
69 }, 50 },
70 { 51 {
71 "object": "HorizontalScrollbar", 52 "object": "HorizontalScrollbar",
72 "reason": "scroll" 53 "reason": "scroll"
73 }, 54 },
74 { 55 {
75 "object": "LayoutTextControl TEXTAREA id='editor'", 56 "object": "LayoutTextControl TEXTAREA id='editor'",
76 "reason": "scroll" 57 "reason": "scroll"
77 }, 58 },
78 { 59 {
79 "object": "VerticalScrollbar", 60 "object": "VerticalScrollbar",
80 "reason": "scroll" 61 "reason": "scroll"
81 }, 62 },
82 { 63 {
83 "object": "LayoutBlockFlow DIV id='inner-editor'", 64 "object": "LayoutBlockFlow DIV id='inner-editor'",
84 "reason": "subtree" 65 "reason": "subtree"
85 }, 66 },
86 { 67 {
87 "object": "RootInlineBox", 68 "object": "RootInlineBox",
88 "reason": "subtree" 69 "reason": "subtree"
89 }, 70 },
90 { 71 {
91 "object": "Caret", 72 "object": "Caret",
92 "reason": "invalidate paint rectangle" 73 "reason": "caret"
93 },
94 {
95 "object": "Caret",
96 "reason": "invalidate paint rectangle"
97 }, 74 },
98 { 75 {
99 "object": "LayoutText #text", 76 "object": "LayoutText #text",
100 "reason": "subtree" 77 "reason": "subtree"
101 }, 78 },
102 { 79 {
103 "object": "InlineTextBox '------------------------------------------------ ------------'", 80 "object": "InlineTextBox '------------------------------------------------ ------------'",
104 "reason": "subtree" 81 "reason": "subtree"
105 } 82 }
106 ] 83 ]
107 } 84 }
108 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698