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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-composited-scroll-expected.txt

Issue 2406733002: Auto-rebaseline for r424089 (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 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='scroller'",
11 "position": [8, 44],
12 "bounds": [100, 100],
13 "shouldFlattenTransform": false,
14 "drawsContent": true
15 },
16 {
17 "name": "Scrolling Layer",
18 "bounds": [100, 100],
19 "shouldFlattenTransform": false
20 },
21 {
22 "name": "Scrolling Contents Layer",
23 "bounds": [205, 1022],
9 "drawsContent": true, 24 "drawsContent": true,
10 "children": [ 25 "paintInvalidations": [
11 { 26 {
12 "name": "LayoutBlockFlow DIV id='scroller'", 27 "object": "LayoutTextControl INPUT id='text'",
13 "position": [8, 44], 28 "rect": [-1, 999, 207, 24],
14 "bounds": [100, 100], 29 "reason": "subtree"
15 "shouldFlattenTransform": false, 30 },
16 "drawsContent": true, 31 {
17 "children": [ 32 "object": "LayoutBlockFlow DIV id='inner-editor'",
18 { 33 "rect": [3, 1003, 200, 16],
19 "name": "Scrolling Layer", 34 "reason": "subtree"
20 "bounds": [100, 100], 35 },
21 "shouldFlattenTransform": false, 36 {
22 "children": [ 37 "object": "LayoutBlockFlow DIV id='inner-editor'",
23 { 38 "rect": [2, 1002, 3, 18],
24 "name": "Scrolling Contents Layer", 39 "reason": "invalidate paint rectangle"
25 "bounds": [205, 1022], 40 },
26 "drawsContent": true, 41 {
27 "paintInvalidations": [ 42 "object": "LayoutBlockFlow DIV id='inner-editor'",
28 { 43 "rect": [2, 1002, 3, 18],
29 "object": "LayoutTextControl INPUT id='text'", 44 "reason": "invalidate paint rectangle"
30 "rect": [-1, 999, 207, 24], 45 },
31 "reason": "subtree" 46 {
32 }, 47 "object": "LayoutBlockFlow DIV id='inner-editor'",
33 { 48 "rect": [2, 1002, 3, 18],
34 "object": "LayoutBlockFlow DIV id='inner-editor'", 49 "reason": "invalidate paint rectangle"
35 "rect": [3, 1003, 200, 16],
36 "reason": "subtree"
37 },
38 {
39 "object": "LayoutBlockFlow DIV id='inner-editor'",
40 "rect": [2, 1002, 3, 18],
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"
52 }
53 ]
54 }
55 ]
56 },
57 {
58 "name": "Overflow Controls Host Layer",
59 "bounds": [100, 100],
60 "children": [
61 {
62 "name": "Horizontal Scrollbar Layer",
63 "position": [0, 100],
64 "bounds": [100, 0],
65 "drawsContent": true
66 },
67 {
68 "name": "Vertical Scrollbar Layer",
69 "position": [100, 0],
70 "bounds": [0, 100],
71 "drawsContent": true
72 }
73 ]
74 }
75 ]
76 } 50 }
77 ] 51 ]
52 },
53 {
54 "name": "Overflow Controls Host Layer",
55 "bounds": [100, 100]
56 },
57 {
58 "name": "Horizontal Scrollbar Layer",
59 "position": [0, 100],
60 "bounds": [100, 0],
61 "drawsContent": true
62 },
63 {
64 "name": "Vertical Scrollbar Layer",
65 "position": [100, 0],
66 "bounds": [0, 100],
67 "drawsContent": true
78 } 68 }
79 ], 69 ],
80 "objectPaintInvalidations": [ 70 "objectPaintInvalidations": [
81 { 71 {
82 "object": "Caret", 72 "object": "Caret",
83 "reason": "invalidate paint rectangle" 73 "reason": "invalidate paint rectangle"
84 }, 74 },
85 { 75 {
86 "object": "LayoutTextControl INPUT id='text'", 76 "object": "LayoutTextControl INPUT id='text'",
87 "reason": "subtree" 77 "reason": "subtree"
88 }, 78 },
89 { 79 {
90 "object": "LayoutBlockFlow DIV id='inner-editor'", 80 "object": "LayoutBlockFlow DIV id='inner-editor'",
91 "reason": "subtree" 81 "reason": "subtree"
92 }, 82 },
93 { 83 {
94 "object": "Caret", 84 "object": "Caret",
95 "reason": "invalidate paint rectangle" 85 "reason": "invalidate paint rectangle"
96 }, 86 },
97 { 87 {
98 "object": "Caret", 88 "object": "Caret",
99 "reason": "invalidate paint rectangle" 89 "reason": "invalidate paint rectangle"
100 } 90 }
101 ] 91 ]
102 } 92 }
103 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698