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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/reflection-redraw-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [379, 267, 288, 72], 9 {
10 [304, 377, 128, 156], 10 "object": "InlineTextBox 'The color of this'",
11 [304, 21, 128, 208], 11 "rect": [0, 0, 0, 0],
12 [69, 267, 288, 72] 12 "reason": "style change"
13 ], 13 },
14 "paintInvalidationClients": [ 14 {
15 "LayoutText #text", 15 "object": "InlineTextBox 'The color of this'",
16 "InlineTextBox 'The color of this'", 16 "rect": [0, 0, 0, 0],
17 "InlineTextBox 'text in the'", 17 "reason": "style change"
18 "InlineTextBox 'reflection should be'", 18 },
19 "InlineTextBox 'green'", 19 {
20 "LayoutText #text", 20 "object": "InlineTextBox 'The color of this'",
21 "InlineTextBox 'The color of this'", 21 "rect": [0, 0, 0, 0],
22 "InlineTextBox 'text in the'", 22 "reason": "style change"
23 "InlineTextBox 'reflection should be'", 23 },
24 "InlineTextBox 'green'", 24 {
25 "LayoutText #text", 25 "object": "InlineTextBox 'The color of this'",
26 "InlineTextBox 'The color of this'", 26 "rect": [0, 0, 0, 0],
27 "InlineTextBox 'text in the'", 27 "reason": "style change"
28 "InlineTextBox 'reflection should be'", 28 },
29 "InlineTextBox 'green'", 29 {
30 "LayoutText #text", 30 "object": "InlineTextBox 'green'",
31 "InlineTextBox 'The color of this'", 31 "rect": [0, 0, 0, 0],
32 "InlineTextBox 'text in the'", 32 "reason": "style change"
33 "InlineTextBox 'reflection should be'", 33 },
34 "InlineTextBox 'green'" 34 {
35 "object": "InlineTextBox 'green'",
36 "rect": [0, 0, 0, 0],
37 "reason": "style change"
38 },
39 {
40 "object": "InlineTextBox 'green'",
41 "rect": [0, 0, 0, 0],
42 "reason": "style change"
43 },
44 {
45 "object": "InlineTextBox 'green'",
46 "rect": [0, 0, 0, 0],
47 "reason": "style change"
48 },
49 {
50 "object": "InlineTextBox 'reflection should be'",
51 "rect": [0, 0, 0, 0],
52 "reason": "style change"
53 },
54 {
55 "object": "InlineTextBox 'reflection should be'",
56 "rect": [0, 0, 0, 0],
57 "reason": "style change"
58 },
59 {
60 "object": "InlineTextBox 'reflection should be'",
61 "rect": [0, 0, 0, 0],
62 "reason": "style change"
63 },
64 {
65 "object": "InlineTextBox 'reflection should be'",
66 "rect": [0, 0, 0, 0],
67 "reason": "style change"
68 },
69 {
70 "object": "InlineTextBox 'text in the'",
71 "rect": [0, 0, 0, 0],
72 "reason": "style change"
73 },
74 {
75 "object": "InlineTextBox 'text in the'",
76 "rect": [0, 0, 0, 0],
77 "reason": "style change"
78 },
79 {
80 "object": "InlineTextBox 'text in the'",
81 "rect": [0, 0, 0, 0],
82 "reason": "style change"
83 },
84 {
85 "object": "InlineTextBox 'text in the'",
86 "rect": [0, 0, 0, 0],
87 "reason": "style change"
88 },
89 {
90 "object": "LayoutText #text",
91 "rect": [304, 21, 128, 208],
92 "reason": "style change"
93 },
94 {
95 "object": "LayoutText #text",
96 "rect": [69, 267, 288, 72],
97 "reason": "style change"
98 },
99 {
100 "object": "LayoutText #text",
101 "rect": [379, 267, 288, 72],
102 "reason": "style change"
103 },
104 {
105 "object": "LayoutText #text",
106 "rect": [304, 377, 128, 156],
107 "reason": "style change"
108 }
35 ] 109 ]
36 } 110 }
37 ] 111 ]
38 } 112 }
39 113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698