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/win/paint/invalidation/textarea-caret-expected.txt

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 2 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": [
(...skipping 19 matching lines...) Expand all
30 }, 30 },
31 { 31 {
32 "object": "LayoutTextControl TEXTAREA id='editor'", 32 "object": "LayoutTextControl TEXTAREA id='editor'",
33 "rect": [173, 30, 15, 15], 33 "rect": [173, 30, 15, 15],
34 "reason": "scroll" 34 "reason": "scroll"
35 }, 35 },
36 { 36 {
37 "object": "LayoutText #text", 37 "object": "LayoutText #text",
38 "rect": [186, 10, 2, 18], 38 "rect": [186, 10, 2, 18],
39 "reason": "invalidate paint rectangle" 39 "reason": "invalidate paint rectangle"
40 },
41 {
42 "object": "LayoutText #text",
43 "rect": [186, 10, 2, 18],
44 "reason": "invalidate paint rectangle"
45 },
46 {
47 "object": "LayoutText #text",
48 "rect": [186, 10, 2, 18],
49 "reason": "invalidate paint rectangle"
40 } 50 }
41 ] 51 ]
42 } 52 }
43 ], 53 ],
44 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
45 { 55 {
56 "object": "Caret",
57 "reason": "invalidate paint rectangle"
58 },
59 {
46 "object": "LayoutTextControl TEXTAREA id='editor'", 60 "object": "LayoutTextControl TEXTAREA id='editor'",
47 "reason": "subtree" 61 "reason": "subtree"
48 }, 62 },
49 { 63 {
50 "object": "LayoutTextControl TEXTAREA id='editor'", 64 "object": "LayoutTextControl TEXTAREA id='editor'",
51 "reason": "scroll" 65 "reason": "scroll"
52 }, 66 },
53 { 67 {
54 "object": "HorizontalScrollbar", 68 "object": "HorizontalScrollbar",
55 "reason": "scroll" 69 "reason": "scroll"
56 }, 70 },
57 { 71 {
58 "object": "LayoutBlockFlow DIV id='inner-editor'", 72 "object": "LayoutBlockFlow DIV id='inner-editor'",
59 "reason": "subtree" 73 "reason": "subtree"
60 }, 74 },
61 { 75 {
62 "object": "RootInlineBox", 76 "object": "RootInlineBox",
63 "reason": "subtree" 77 "reason": "subtree"
64 }, 78 },
65 { 79 {
66 "object": "Caret", 80 "object": "Caret",
67 "reason": "invalidate paint rectangle" 81 "reason": "invalidate paint rectangle"
68 }, 82 },
69 { 83 {
84 "object": "Caret",
85 "reason": "invalidate paint rectangle"
86 },
87 {
70 "object": "LayoutText #text", 88 "object": "LayoutText #text",
71 "reason": "subtree" 89 "reason": "subtree"
72 }, 90 },
73 { 91 {
74 "object": "InlineTextBox '------------------------------------------------ ------------'", 92 "object": "InlineTextBox '------------------------------------------------ ------------'",
75 "reason": "subtree" 93 "reason": "subtree"
76 } 94 }
77 ] 95 ]
78 } 96 }
79 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698