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

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

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

Powered by Google App Engine
This is Rietveld 408576698