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

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

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutTextControl INPUT id='target'",
13 "rect": [5, 5, 47, 25],
14 "reason": "subtree"
15 }
16 ],
17 "children": [
18 {
19 "name": "LayoutBlockFlow DIV id='inner-editor'",
20 "position": [11, 11],
21 "bounds": [35, 13],
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": [66, 13],
33 "drawsContent": true,
34 "paintInvalidations": [
35 {
36 "object": "LayoutText #text",
37 "rect": [23, 0, 23, 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 }
64 ]
65 }
66 ],
67 "objectPaintInvalidations": [
68 {
69 "object": "LayoutBlockFlow HTML",
70 "reason": "selection"
71 },
72 {
73 "object": "LayoutBlockFlow BODY",
74 "reason": "selection"
75 },
76 {
77 "object": "LayoutTextControl INPUT id='target'",
78 "reason": "subtree"
79 },
80 {
81 "object": "LayoutBlockFlow DIV id='inner-editor'",
82 "reason": "selection"
83 },
84 {
85 "object": "LayoutText #text",
86 "reason": "selection"
87 },
88 {
89 "object": "InlineTextBox 'test test test'",
90 "reason": "selection"
91 }
92 ]
93 }
94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698