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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/textarea-caret-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": "LayoutTextControl TEXTAREA id='editor'", 10 "object": "LayoutTextControl TEXTAREA id='editor'",
11 "rect": [5, 5, 167, 38], 11 "rect": [5, 5, 167, 38],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTextControl TEXTAREA id='editor'", 15 "object": "LayoutTextControl TEXTAREA id='editor'",
16 "rect": [9, 24, 144, 15], 16 "rect": [9, 24, 144, 15],
17 "reason": "scroll" 17 "reason": "scroll control"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [9, 11, 144, 13], 21 "rect": [9, 11, 144, 13],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTextControl TEXTAREA id='editor'", 25 "object": "LayoutTextControl TEXTAREA id='editor'",
26 "rect": [153, 24, 15, 15], 26 "rect": [153, 24, 15, 15],
27 "reason": "scroll" 27 "reason": "scroll control"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTextControl TEXTAREA id='editor'", 30 "object": "LayoutTextControl TEXTAREA id='editor'",
31 "rect": [153, 9, 15, 15], 31 "rect": [153, 9, 15, 15],
32 "reason": "scroll" 32 "reason": "scroll control"
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ], 36 ],
37 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
38 { 38 {
39 "object": "LayoutTextControl TEXTAREA id='editor'", 39 "object": "LayoutTextControl TEXTAREA id='editor'",
40 "reason": "subtree" 40 "reason": "subtree"
41 }, 41 },
42 { 42 {
43 "object": "LayoutTextControl TEXTAREA id='editor'", 43 "object": "LayoutTextControl TEXTAREA id='editor'",
44 "reason": "scroll" 44 "reason": "geometry"
45 }, 45 },
46 { 46 {
47 "object": "HorizontalScrollbar", 47 "object": "HorizontalScrollbar",
48 "reason": "scroll" 48 "reason": "scroll control"
49 }, 49 },
50 { 50 {
51 "object": "LayoutTextControl TEXTAREA id='editor'", 51 "object": "LayoutTextControl TEXTAREA id='editor'",
52 "reason": "scroll" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "VerticalScrollbar", 55 "object": "VerticalScrollbar",
56 "reason": "scroll" 56 "reason": "scroll control"
57 }, 57 },
58 { 58 {
59 "object": "LayoutBlockFlow DIV id='inner-editor'", 59 "object": "LayoutBlockFlow DIV id='inner-editor'",
60 "reason": "subtree" 60 "reason": "subtree"
61 }, 61 },
62 { 62 {
63 "object": "RootInlineBox", 63 "object": "RootInlineBox",
64 "reason": "subtree" 64 "reason": "subtree"
65 }, 65 },
66 { 66 {
67 "object": "Caret", 67 "object": "Caret",
68 "reason": "caret" 68 "reason": "caret"
69 }, 69 },
70 { 70 {
71 "object": "LayoutText #text", 71 "object": "LayoutText #text",
72 "reason": "subtree" 72 "reason": "subtree"
73 }, 73 },
74 { 74 {
75 "object": "InlineTextBox '------------------------------------------------ ------------'", 75 "object": "InlineTextBox '------------------------------------------------ ------------'",
76 "reason": "subtree" 76 "reason": "subtree"
77 } 77 }
78 ] 78 ]
79 } 79 }
80 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698