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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt

Issue 2288323002: Auto-rebaseline for r415013 (Closed)
Patch Set: Created 4 years, 3 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": [
11 { 11 {
12 "name": "LayoutTextControl INPUT id='root'", 12 "name": "LayoutTextControl INPUT id='root'",
13 "position": [7, 7], 13 "position": [7, 7],
14 "bounds": [66, 24], 14 "bounds": [70, 24],
15 "drawsContent": true, 15 "drawsContent": true,
16 "backgroundColor": "#FFFFFF", 16 "backgroundColor": "#FFFFFF",
17 "paintInvalidations": [ 17 "paintInvalidations": [
18 { 18 {
19 "object": "LayoutTextControl INPUT id='root'", 19 "object": "LayoutTextControl INPUT id='root'",
20 "rect": [0, 0, 66, 24], 20 "rect": [0, 0, 70, 24],
21 "reason": "subtree" 21 "reason": "subtree"
22 }, 22 },
23 { 23 {
24 "object": "LayoutTextControl INPUT id='root'", 24 "object": "LayoutTextControl INPUT id='root'",
25 "rect": [0, 0, 64, 22], 25 "rect": [0, 0, 68, 22],
26 "reason": "full" 26 "reason": "full"
27 } 27 }
28 ], 28 ],
29 "children": [ 29 "children": [
30 { 30 {
31 "name": "LayoutBlockFlow DIV id='inner-editor'", 31 "name": "LayoutBlockFlow DIV id='inner-editor'",
32 "position": [3, 4], 32 "position": [3, 4],
33 "bounds": [60, 16], 33 "bounds": [64, 16],
34 "shouldFlattenTransform": false, 34 "shouldFlattenTransform": false,
35 "drawsContent": true, 35 "drawsContent": true,
36 "children": [ 36 "children": [
37 { 37 {
38 "name": "Scrolling Layer", 38 "name": "Scrolling Layer",
39 "bounds": [60, 16], 39 "bounds": [64, 16],
40 "shouldFlattenTransform": false, 40 "shouldFlattenTransform": false,
41 "children": [ 41 "children": [
42 { 42 {
43 "name": "Scrolling Contents Layer", 43 "name": "Scrolling Contents Layer",
44 "bounds": [75, 16], 44 "bounds": [75, 16],
45 "drawsContent": true, 45 "drawsContent": true,
46 "paintInvalidations": [ 46 "paintInvalidations": [
47 { 47 {
48 "object": "LayoutText #text", 48 "object": "LayoutText #text",
49 "rect": [72, -1, 3, 18], 49 "rect": [72, -1, 3, 18],
50 "reason": "invalidate paint rectangle" 50 "reason": "invalidate paint rectangle"
51 } 51 }
52 ] 52 ]
53 } 53 }
54 ] 54 ]
55 }, 55 },
56 { 56 {
57 "name": "Overflow Controls Host Layer", 57 "name": "Overflow Controls Host Layer",
58 "bounds": [60, 16], 58 "bounds": [64, 16],
59 "children": [ 59 "children": [
60 { 60 {
61 "name": "Horizontal Scrollbar Layer", 61 "name": "Horizontal Scrollbar Layer",
62 "position": [0, 16], 62 "position": [0, 16],
63 "bounds": [60, 0], 63 "bounds": [64, 0],
64 "drawsContent": true 64 "drawsContent": true
65 }, 65 },
66 { 66 {
67 "name": "Vertical Scrollbar Layer", 67 "name": "Vertical Scrollbar Layer",
68 "position": [60, 0], 68 "position": [64, 0],
69 "bounds": [0, 16], 69 "bounds": [0, 16],
70 "drawsContent": true 70 "drawsContent": true
71 } 71 }
72 ] 72 ]
73 } 73 }
74 ] 74 ]
75 } 75 }
76 ] 76 ]
77 } 77 }
78 ] 78 ]
79 } 79 }
80 ], 80 ],
81 "objectPaintInvalidations": [ 81 "objectPaintInvalidations": [
82 { 82 {
83 "object": "LayoutTextControl INPUT id='root'", 83 "object": "LayoutTextControl INPUT id='root'",
84 "reason": "subtree" 84 "reason": "subtree"
85 }, 85 },
86 { 86 {
87 "object": "Scrolling Contents Layer", 87 "object": "Scrolling Contents Layer",
88 "reason": "invalidate paint rectangle" 88 "reason": "invalidate paint rectangle"
89 } 89 }
90 ] 90 ]
91 } 91 }
92 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698