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

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

Issue 2304863002: Auto-rebaseline for r416191 (Closed)
Patch Set: Created 4 years, 3 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutTextControl TEXTAREA id='editor'", 12 "object": "LayoutTextControl TEXTAREA id='editor'",
13 "rect": [7, 7, 183, 40], 13 "rect": [5, 5, 147, 38],
14 "reason": "subtree"
15 },
16 {
17 "object": "LayoutText #text",
18 "rect": [9, 11, 179, 16],
19 "reason": "subtree" 14 "reason": "subtree"
20 }, 15 },
21 { 16 {
22 "object": "LayoutBlockFlow DIV id='inner-editor'", 17 "object": "LayoutBlockFlow DIV id='inner-editor'",
23 "rect": [11, 11, 175, 16], 18 "rect": [11, 11, 135, 13],
24 "reason": "subtree" 19 "reason": "subtree"
25 }, 20 },
26 { 21 {
27 "object": "LayoutTextControl TEXTAREA id='editor'", 22 "object": "LayoutTextControl TEXTAREA id='editor'",
28 "rect": [9, 30, 164, 15], 23 "rect": [9, 24, 124, 15],
24 "reason": "scroll"
25 },
26 {
27 "object": "LayoutText #text",
28 "rect": [9, 11, 124, 13],
29 "reason": "subtree"
30 },
31 {
32 "object": "LayoutTextControl TEXTAREA id='editor'",
33 "rect": [133, 24, 15, 15],
29 "reason": "scroll" 34 "reason": "scroll"
30 }, 35 },
31 { 36 {
32 "object": "LayoutTextControl TEXTAREA id='editor'", 37 "object": "LayoutTextControl TEXTAREA id='editor'",
33 "rect": [173, 30, 15, 15], 38 "rect": [133, 9, 15, 15],
34 "reason": "scroll" 39 "reason": "scroll"
35 }, 40 },
36 { 41 {
37 "object": "LayoutText #text", 42 "object": "LayoutText #text",
38 "rect": [186, 10, 2, 18], 43 "rect": [131, 10, 2, 14],
39 "reason": "invalidate paint rectangle" 44 "reason": "invalidate paint rectangle"
40 } 45 }
41 ] 46 ]
42 } 47 }
43 ], 48 ],
44 "objectPaintInvalidations": [ 49 "objectPaintInvalidations": [
45 { 50 {
46 "object": "LayoutTextControl TEXTAREA id='editor'", 51 "object": "LayoutTextControl TEXTAREA id='editor'",
47 "reason": "subtree" 52 "reason": "subtree"
48 }, 53 },
49 { 54 {
50 "object": "LayoutTextControl TEXTAREA id='editor'", 55 "object": "LayoutTextControl TEXTAREA id='editor'",
51 "reason": "scroll" 56 "reason": "scroll"
52 }, 57 },
53 { 58 {
54 "object": "HorizontalScrollbar", 59 "object": "HorizontalScrollbar",
55 "reason": "scroll" 60 "reason": "scroll"
56 }, 61 },
57 { 62 {
63 "object": "LayoutTextControl TEXTAREA id='editor'",
64 "reason": "scroll"
65 },
66 {
67 "object": "VerticalScrollbar",
68 "reason": "scroll"
69 },
70 {
58 "object": "LayoutBlockFlow DIV id='inner-editor'", 71 "object": "LayoutBlockFlow DIV id='inner-editor'",
59 "reason": "subtree" 72 "reason": "subtree"
60 }, 73 },
61 { 74 {
62 "object": "RootInlineBox", 75 "object": "RootInlineBox",
63 "reason": "subtree" 76 "reason": "subtree"
64 }, 77 },
65 { 78 {
79 "object": "Caret",
80 "reason": "invalidate paint rectangle"
81 },
82 {
66 "object": "LayoutText #text", 83 "object": "LayoutText #text",
67 "reason": "subtree" 84 "reason": "subtree"
68 }, 85 },
69 { 86 {
70 "object": "InlineTextBox '------------------------------------------------ ------------'", 87 "object": "InlineTextBox '------------------------------------------------ ------------'",
71 "reason": "subtree" 88 "reason": "subtree"
72 },
73 {
74 "object": "Caret",
75 "reason": "invalidate paint rectangle"
76 } 89 }
77 ] 90 ]
78 } 91 }
79 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698