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

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

Issue 2779113003: Auto-rebaseline for r460154 (Closed)
Patch Set: Created 3 years, 8 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutTextControl INPUT id='root'", 10 "name": "LayoutTextControl INPUT id='root'",
11 "position": [5, 5], 11 "position": [5, 5],
12 "bounds": [47, 25], 12 "bounds": [47, 25],
13 "drawsContent": true, 13 "drawsContent": true,
14 "backgroundColor": "#FFFFFF", 14 "backgroundColor": "#FFFFFF",
15 "paintInvalidations": [ 15 "paintInvalidations": [
16 { 16 {
17 "object": "LayoutTextControl INPUT id='root'", 17 "object": "LayoutTextControl INPUT id='root'",
18 "rect": [0, 0, 47, 25], 18 "rect": [0, 0, 47, 25],
19 "reason": "subtree" 19 "reason": "subtree"
20 }, 20 },
21 { 21 {
22 "object": "LayoutTextControl INPUT id='root'", 22 "object": "LayoutTextControl INPUT id='root'",
23 "rect": [0, 0, 41, 19], 23 "rect": [0, 0, 41, 19],
24 "reason": "full" 24 "reason": "full"
25 } 25 }
26 ] 26 ]
27 }, 27 },
28 { 28 {
29 "name": "Child Containment Layer", 29 "name": "Child Containment Layer",
30 "position": [-16777212, -16777212], 30 "position": [5, 5],
31 "bounds": [33554432, 33554432] 31 "bounds": [37, 15]
32 }, 32 },
33 { 33 {
34 "name": "LayoutBlockFlow DIV id='inner-editor'", 34 "name": "LayoutBlockFlow DIV id='inner-editor'",
35 "position": [16777218, 16777218], 35 "position": [1, 1],
36 "bounds": [35, 13], 36 "bounds": [35, 13],
37 "shouldFlattenTransform": false, 37 "shouldFlattenTransform": false,
38 "drawsContent": true 38 "drawsContent": true
39 }, 39 },
40 { 40 {
41 "name": "Scrolling Layer", 41 "name": "Scrolling Layer",
42 "bounds": [35, 13], 42 "bounds": [35, 13],
43 "shouldFlattenTransform": false 43 "shouldFlattenTransform": false
44 }, 44 },
45 { 45 {
(...skipping 24 matching lines...) Expand all
70 "object": "LayoutTextControl INPUT id='root'", 70 "object": "LayoutTextControl INPUT id='root'",
71 "reason": "subtree" 71 "reason": "subtree"
72 }, 72 },
73 { 73 {
74 "object": "Caret", 74 "object": "Caret",
75 "reason": "caret" 75 "reason": "caret"
76 } 76 }
77 ] 77 ]
78 } 78 }
79 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698