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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/reflection-redraw-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": "LayoutText #text",
13 "rect": [379, 267, 288, 72],
14 "reason": "style change"
15 },
16 {
17 "object": "LayoutText #text",
18 "rect": [69, 267, 288, 72],
19 "reason": "style change"
20 },
21 {
22 "object": "LayoutText #text",
23 "rect": [304, 21, 128, 208],
24 "reason": "style change"
25 },
26 {
27 "object": "LayoutText #text",
28 "rect": [304, 377, 128, 156],
29 "reason": "style change"
30 }
31 ]
32 }
33 ],
34 "objectPaintInvalidations": [
35 {
36 "object": "LayoutText #text",
37 "reason": "style change"
38 },
39 {
40 "object": "InlineTextBox 'The color of this'",
41 "reason": "style change"
42 },
43 {
44 "object": "InlineTextBox 'text in the'",
45 "reason": "style change"
46 },
47 {
48 "object": "InlineTextBox 'reflection should be'",
49 "reason": "style change"
50 },
51 {
52 "object": "InlineTextBox 'green'",
53 "reason": "style change"
54 },
55 {
56 "object": "LayoutText #text",
57 "reason": "style change"
58 },
59 {
60 "object": "InlineTextBox 'The color of this'",
61 "reason": "style change"
62 },
63 {
64 "object": "InlineTextBox 'text in the'",
65 "reason": "style change"
66 },
67 {
68 "object": "InlineTextBox 'reflection should be'",
69 "reason": "style change"
70 },
71 {
72 "object": "InlineTextBox 'green'",
73 "reason": "style change"
74 },
75 {
76 "object": "LayoutText #text",
77 "reason": "style change"
78 },
79 {
80 "object": "InlineTextBox 'The color of this'",
81 "reason": "style change"
82 },
83 {
84 "object": "InlineTextBox 'text in the'",
85 "reason": "style change"
86 },
87 {
88 "object": "InlineTextBox 'reflection should be'",
89 "reason": "style change"
90 },
91 {
92 "object": "InlineTextBox 'green'",
93 "reason": "style change"
94 },
95 {
96 "object": "LayoutText #text",
97 "reason": "style change"
98 },
99 {
100 "object": "InlineTextBox 'The color of this'",
101 "reason": "style change"
102 },
103 {
104 "object": "InlineTextBox 'text in the'",
105 "reason": "style change"
106 },
107 {
108 "object": "InlineTextBox 'reflection should be'",
109 "reason": "style change"
110 },
111 {
112 "object": "InlineTextBox 'green'",
113 "reason": "style change"
114 }
115 ]
116 }
117
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698