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

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

Issue 2402833002: 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,
9 "drawsContent": true, 7 "drawsContent": true,
10 "paintInvalidations": [ 8 "paintInvalidations": [
11 { 9 {
12 "object": "LayoutTextControl INPUT id='target'", 10 "object": "LayoutTextControl INPUT id='target'",
13 "rect": [5, 5, 47, 25], 11 "rect": [5, 5, 47, 25],
14 "reason": "subtree" 12 "reason": "subtree"
15 } 13 }
16 ], 14 ]
17 "children": [ 15 },
16 {
17 "name": "LayoutBlockFlow DIV id='inner-editor'",
18 "position": [11, 11],
19 "bounds": [35, 13],
20 "shouldFlattenTransform": false,
21 "drawsContent": true
22 },
23 {
24 "name": "Scrolling Layer",
25 "bounds": [35, 13],
26 "shouldFlattenTransform": false
27 },
28 {
29 "name": "Scrolling Contents Layer",
30 "bounds": [63, 13],
31 "drawsContent": true,
32 "paintInvalidations": [
18 { 33 {
19 "name": "LayoutBlockFlow DIV id='inner-editor'", 34 "object": "LayoutText #text",
20 "position": [11, 11], 35 "rect": [22, 0, 21, 13],
21 "bounds": [35, 13], 36 "reason": "selection"
22 "shouldFlattenTransform": false,
23 "drawsContent": true,
24 "children": [
25 {
26 "name": "Scrolling Layer",
27 "bounds": [35, 13],
28 "shouldFlattenTransform": false,
29 "children": [
30 {
31 "name": "Scrolling Contents Layer",
32 "bounds": [63, 13],
33 "drawsContent": true,
34 "paintInvalidations": [
35 {
36 "object": "LayoutText #text",
37 "rect": [22, 0, 21, 13],
38 "reason": "selection"
39 }
40 ]
41 }
42 ]
43 },
44 {
45 "name": "Overflow Controls Host Layer",
46 "bounds": [35, 13],
47 "children": [
48 {
49 "name": "Horizontal Scrollbar Layer",
50 "position": [0, 13],
51 "bounds": [35, 0],
52 "drawsContent": true
53 },
54 {
55 "name": "Vertical Scrollbar Layer",
56 "position": [35, 0],
57 "bounds": [0, 13],
58 "drawsContent": true
59 }
60 ]
61 }
62 ]
63 } 37 }
64 ] 38 ]
39 },
40 {
41 "name": "Overflow Controls Host Layer",
42 "bounds": [35, 13]
43 },
44 {
45 "name": "Horizontal Scrollbar Layer",
46 "position": [0, 13],
47 "bounds": [35, 0],
48 "drawsContent": true
49 },
50 {
51 "name": "Vertical Scrollbar Layer",
52 "position": [35, 0],
53 "bounds": [0, 13],
54 "drawsContent": true
65 } 55 }
66 ], 56 ],
67 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
68 { 58 {
69 "object": "LayoutBlockFlow HTML", 59 "object": "LayoutBlockFlow HTML",
70 "reason": "selection" 60 "reason": "selection"
71 }, 61 },
72 { 62 {
73 "object": "LayoutBlockFlow BODY", 63 "object": "LayoutBlockFlow BODY",
74 "reason": "selection" 64 "reason": "selection"
(...skipping 10 matching lines...) Expand all
85 "object": "LayoutText #text", 75 "object": "LayoutText #text",
86 "reason": "selection" 76 "reason": "selection"
87 }, 77 },
88 { 78 {
89 "object": "InlineTextBox 'test test test'", 79 "object": "InlineTextBox 'test test test'",
90 "reason": "selection" 80 "reason": "selection"
91 } 81 }
92 ] 82 ]
93 } 83 }
94 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698