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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-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 "children": [
11 {
12 "name": "LayoutBlockFlow DIV id='scroller'",
13 "position": [8, 8],
14 "bounds": [200, 200],
15 "contentsOpaque": true,
16 "shouldFlattenTransform": false,
17 "drawsContent": true,
18 "backgroundColor": "#D3D3D3",
19 "children": [
20 {
21 "name": "Scrolling Layer",
22 "bounds": [185, 185],
23 "shouldFlattenTransform": false,
24 "children": [
25 {
26 "name": "Scrolling Contents Layer",
27 "bounds": [200, 1620],
28 "drawsContent": true,
29 "paintInvalidations": [
30 {
31 "object": "LayoutText #text",
32 "rect": [0, 610, 23, 18],
33 "reason": "selection"
34 }
35 ]
36 }
37 ]
38 },
39 {
40 "name": "Overflow Controls Host Layer",
41 "bounds": [200, 200],
42 "children": [
43 {
44 "name": "Horizontal Scrollbar Layer",
45 "position": [0, 185],
46 "bounds": [185, 15]
47 },
48 {
49 "name": "Vertical Scrollbar Layer",
50 "position": [185, 0],
51 "bounds": [15, 185]
52 },
53 {
54 "name": "Scroll Corner Layer",
55 "position": [185, 185],
56 "bounds": [15, 15],
57 "drawsContent": true
58 }
59 ]
60 }
61 ]
62 }
63 ]
64 }
65 ],
66 "objectPaintInvalidations": [
67 {
68 "object": "LayoutBlockFlow HTML",
69 "reason": "selection"
70 },
71 {
72 "object": "LayoutBlockFlow BODY",
73 "reason": "selection"
74 },
75 {
76 "object": "LayoutBlockFlow DIV id='scroller'",
77 "reason": "selection"
78 },
79 {
80 "object": "LayoutBlockFlow DIV id='target'",
81 "reason": "selection"
82 },
83 {
84 "object": "LayoutText #text",
85 "reason": "selection"
86 },
87 {
88 "object": "InlineTextBox 'test'",
89 "reason": "selection"
90 }
91 ]
92 }
93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698