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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 [381, 267, 284, 59], 9 {
10 [306, 377, 124, 156], 10 "object": "InlineTextBox 'The color of this text'",
11 [306, 34, 124, 182], 11 "rect": [0, 0, 0, 0],
12 [71, 267, 284, 59] 12 "reason": "style change"
13 ], 13 },
14 "paintInvalidationClients": [ 14 {
15 "LayoutText #text", 15 "object": "InlineTextBox 'The color of this text'",
16 "InlineTextBox 'The color of this text'", 16 "rect": [0, 0, 0, 0],
17 "InlineTextBox 'in the reflection'", 17 "reason": "style change"
18 "InlineTextBox 'should be green'", 18 },
19 "LayoutText #text", 19 {
20 "InlineTextBox 'The color of this text'", 20 "object": "InlineTextBox 'The color of this text'",
21 "InlineTextBox 'in the reflection'", 21 "rect": [0, 0, 0, 0],
22 "InlineTextBox 'should be green'", 22 "reason": "style change"
23 "LayoutText #text", 23 },
24 "InlineTextBox 'The color of this text'", 24 {
25 "InlineTextBox 'in the reflection'", 25 "object": "InlineTextBox 'The color of this text'",
26 "InlineTextBox 'should be green'", 26 "rect": [0, 0, 0, 0],
27 "LayoutText #text", 27 "reason": "style change"
28 "InlineTextBox 'The color of this text'", 28 },
29 "InlineTextBox 'in the reflection'", 29 {
30 "InlineTextBox 'should be green'" 30 "object": "InlineTextBox 'in the reflection'",
31 "rect": [0, 0, 0, 0],
32 "reason": "style change"
33 },
34 {
35 "object": "InlineTextBox 'in the reflection'",
36 "rect": [0, 0, 0, 0],
37 "reason": "style change"
38 },
39 {
40 "object": "InlineTextBox 'in the reflection'",
41 "rect": [0, 0, 0, 0],
42 "reason": "style change"
43 },
44 {
45 "object": "InlineTextBox 'in the reflection'",
46 "rect": [0, 0, 0, 0],
47 "reason": "style change"
48 },
49 {
50 "object": "InlineTextBox 'should be green'",
51 "rect": [0, 0, 0, 0],
52 "reason": "style change"
53 },
54 {
55 "object": "InlineTextBox 'should be green'",
56 "rect": [0, 0, 0, 0],
57 "reason": "style change"
58 },
59 {
60 "object": "InlineTextBox 'should be green'",
61 "rect": [0, 0, 0, 0],
62 "reason": "style change"
63 },
64 {
65 "object": "InlineTextBox 'should be green'",
66 "rect": [0, 0, 0, 0],
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [306, 34, 124, 182],
72 "reason": "style change"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [71, 267, 284, 59],
77 "reason": "style change"
78 },
79 {
80 "object": "LayoutText #text",
81 "rect": [381, 267, 284, 59],
82 "reason": "style change"
83 },
84 {
85 "object": "LayoutText #text",
86 "rect": [306, 377, 124, 156],
87 "reason": "style change"
88 }
31 ] 89 ]
32 } 90 }
33 ] 91 ]
34 } 92 }
35 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698