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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-composited-scroll-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": "LayoutBlockFlow DIV id='inner-editor'", 34 "object": "LayoutBlockFlow DIV id='inner-editor'",
35 "rect": [3, 1003, 200, 16], 35 "rect": [3, 1003, 200, 16],
36 "reason": "subtree" 36 "reason": "subtree"
37 }, 37 },
38 { 38 {
39 "object": "LayoutBlockFlow DIV id='inner-editor'", 39 "object": "LayoutBlockFlow DIV id='inner-editor'",
40 "rect": [2, 1002, 3, 18], 40 "rect": [2, 1002, 3, 18],
41 "reason": "invalidate paint rectangle" 41 "reason": "invalidate paint rectangle"
42 },
43 {
44 "object": "LayoutBlockFlow DIV id='inner-editor'",
45 "rect": [2, 1002, 3, 18],
46 "reason": "invalidate paint rectangle"
47 },
48 {
49 "object": "LayoutBlockFlow DIV id='inner-editor'",
50 "rect": [2, 1002, 3, 18],
51 "reason": "invalidate paint rectangle"
42 } 52 }
43 ] 53 ]
44 } 54 }
45 ] 55 ]
46 }, 56 },
47 { 57 {
48 "name": "Overflow Controls Host Layer", 58 "name": "Overflow Controls Host Layer",
49 "bounds": [100, 100], 59 "bounds": [100, 100],
50 "children": [ 60 "children": [
51 { 61 {
(...skipping 10 matching lines...) Expand all
62 } 72 }
63 ] 73 ]
64 } 74 }
65 ] 75 ]
66 } 76 }
67 ] 77 ]
68 } 78 }
69 ], 79 ],
70 "objectPaintInvalidations": [ 80 "objectPaintInvalidations": [
71 { 81 {
82 "object": "Caret",
83 "reason": "invalidate paint rectangle"
84 },
85 {
72 "object": "LayoutTextControl INPUT id='text'", 86 "object": "LayoutTextControl INPUT id='text'",
73 "reason": "subtree" 87 "reason": "subtree"
74 }, 88 },
75 { 89 {
76 "object": "LayoutBlockFlow DIV id='inner-editor'", 90 "object": "LayoutBlockFlow DIV id='inner-editor'",
77 "reason": "subtree" 91 "reason": "subtree"
78 }, 92 },
79 { 93 {
80 "object": "Caret", 94 "object": "Caret",
81 "reason": "invalidate paint rectangle" 95 "reason": "invalidate paint rectangle"
96 },
97 {
98 "object": "Caret",
99 "reason": "invalidate paint rectangle"
82 } 100 }
83 ] 101 ]
84 } 102 }
85 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698