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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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": [7, 7, 183, 40], 11 "rect": [7, 7, 183, 40],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [9, 10, 179, 18], 16 "rect": [9, 10, 179, 18],
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, 30, 164, 15], 21 "rect": [9, 30, 164, 15],
22 "reason": "scroll" 22 "reason": "scroll control"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTextControl TEXTAREA id='editor'", 25 "object": "LayoutTextControl TEXTAREA id='editor'",
26 "rect": [173, 30, 15, 15], 26 "rect": [173, 30, 15, 15],
27 "reason": "scroll" 27 "reason": "scroll control"
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ], 31 ],
32 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
33 { 33 {
34 "object": "LayoutTextControl TEXTAREA id='editor'", 34 "object": "LayoutTextControl TEXTAREA id='editor'",
35 "reason": "subtree" 35 "reason": "subtree"
36 }, 36 },
37 { 37 {
38 "object": "LayoutTextControl TEXTAREA id='editor'", 38 "object": "LayoutTextControl TEXTAREA id='editor'",
39 "reason": "scroll" 39 "reason": "geometry"
40 }, 40 },
41 { 41 {
42 "object": "HorizontalScrollbar", 42 "object": "HorizontalScrollbar",
43 "reason": "scroll" 43 "reason": "scroll control"
44 }, 44 },
45 { 45 {
46 "object": "LayoutBlockFlow DIV id='inner-editor'", 46 "object": "LayoutBlockFlow DIV id='inner-editor'",
47 "reason": "subtree" 47 "reason": "subtree"
48 }, 48 },
49 { 49 {
50 "object": "RootInlineBox", 50 "object": "RootInlineBox",
51 "reason": "subtree" 51 "reason": "subtree"
52 }, 52 },
53 { 53 {
54 "object": "Caret", 54 "object": "Caret",
55 "reason": "caret" 55 "reason": "caret"
56 }, 56 },
57 { 57 {
58 "object": "LayoutText #text", 58 "object": "LayoutText #text",
59 "reason": "subtree" 59 "reason": "subtree"
60 }, 60 },
61 { 61 {
62 "object": "InlineTextBox '------------------------------------------------ ------------'", 62 "object": "InlineTextBox '------------------------------------------------ ------------'",
63 "reason": "subtree" 63 "reason": "subtree"
64 } 64 }
65 ] 65 ]
66 } 66 }
67 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698