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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-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 "children": [ 10 "children": [
(...skipping 21 matching lines...) Expand all
32 }, 32 },
33 { 33 {
34 "object": "LayoutText #text", 34 "object": "LayoutText #text",
35 "rect": [3, 4, 64, 16], 35 "rect": [3, 4, 64, 16],
36 "reason": "subtree" 36 "reason": "subtree"
37 }, 37 },
38 { 38 {
39 "object": "LayoutText #text", 39 "object": "LayoutText #text",
40 "rect": [64, 4, 3, 16], 40 "rect": [64, 4, 3, 16],
41 "reason": "invalidate paint rectangle" 41 "reason": "invalidate paint rectangle"
42 },
43 {
44 "object": "LayoutText #text",
45 "rect": [64, 4, 3, 16],
46 "reason": "invalidate paint rectangle"
47 },
48 {
49 "object": "LayoutText #text",
50 "rect": [64, 4, 3, 16],
51 "reason": "invalidate paint rectangle"
42 } 52 }
43 ] 53 ]
44 } 54 }
45 ] 55 ]
46 } 56 }
47 ], 57 ],
48 "objectPaintInvalidations": [ 58 "objectPaintInvalidations": [
49 { 59 {
60 "object": "Caret",
61 "reason": "invalidate paint rectangle"
62 },
63 {
50 "object": "LayoutTextControl INPUT id='root'", 64 "object": "LayoutTextControl INPUT id='root'",
51 "reason": "subtree" 65 "reason": "subtree"
52 }, 66 },
53 { 67 {
54 "object": "LayoutBlockFlow DIV id='inner-editor'", 68 "object": "LayoutBlockFlow DIV id='inner-editor'",
55 "reason": "subtree" 69 "reason": "subtree"
56 }, 70 },
57 { 71 {
58 "object": "RootInlineBox", 72 "object": "RootInlineBox",
59 "reason": "subtree" 73 "reason": "subtree"
60 }, 74 },
61 { 75 {
62 "object": "HorizontalScrollbar", 76 "object": "HorizontalScrollbar",
63 "reason": "scroll" 77 "reason": "scroll"
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 'test test test'", 92 "object": "InlineTextBox 'test test test'",
75 "reason": "subtree" 93 "reason": "subtree"
76 } 94 }
77 ] 95 ]
78 } 96 }
79 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698