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

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

Powered by Google App Engine
This is Rietveld 408576698