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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/overflow/text-match-highlight-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": "LayoutSVGInlineText #text",
13 "rect": [10, 135, 208, 19],
14 "reason": "full"
15 },
16 {
17 "object": "LayoutSVGInlineText #text",
18 "rect": [20, 224, 202, 72],
19 "reason": "full"
20 },
21 {
22 "object": "LayoutSVGInlineText #text",
23 "rect": [10, 191, 138, 12],
24 "reason": "full"
25 },
26 {
27 "object": "LayoutText #text",
28 "rect": [259, 40, 40, 19],
29 "reason": "full"
30 },
31 {
32 "object": "LayoutText #text",
33 "rect": [244, 60, 40, 19],
34 "reason": "full"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [204, 60, 40, 19],
39 "reason": "full"
40 },
41 {
42 "object": "LayoutText #text",
43 "rect": [83, 60, 40, 19],
44 "reason": "full"
45 },
46 {
47 "object": "LayoutText #text",
48 "rect": [47, 80, 40, 19],
49 "reason": "full"
50 }
51 ]
52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutText #text",
57 "reason": "full"
58 },
59 {
60 "object": "InlineTextBox 'findme'",
61 "reason": "full"
62 },
63 {
64 "object": "LayoutText #text",
65 "reason": "full"
66 },
67 {
68 "object": "InlineTextBox 'findme'",
69 "reason": "full"
70 },
71 {
72 "object": "LayoutText #text",
73 "reason": "full"
74 },
75 {
76 "object": "InlineTextBox 'findme'",
77 "reason": "full"
78 },
79 {
80 "object": "LayoutText #text",
81 "reason": "full"
82 },
83 {
84 "object": "InlineTextBox 'findme'",
85 "reason": "full"
86 },
87 {
88 "object": "LayoutText #text",
89 "reason": "full"
90 },
91 {
92 "object": "InlineTextBox 'findme'",
93 "reason": "full"
94 },
95 {
96 "object": "LayoutSVGInlineText #text",
97 "reason": "full"
98 },
99 {
100 "object": "InlineTextBox 'Can you findme in this boring text?'",
101 "reason": "full"
102 },
103 {
104 "object": "LayoutSVGInlineText #text",
105 "reason": "full"
106 },
107 {
108 "object": "InlineTextBox 'Findme in a typewriter!'",
109 "reason": "full"
110 },
111 {
112 "object": "LayoutSVGInlineText #text",
113 "reason": "full"
114 },
115 {
116 "object": "InlineTextBox 'Findme on a path! Did you findme?'",
117 "reason": "full"
118 }
119 ]
120 }
121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698