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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/quotes-expected.txt

Issue 1880263003: Auto-rebaseline for r386782 (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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineTextBox ''", 10 "object": "InlineTextBox ''",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "rect": [15, 26, 49, 18], 76 "rect": [15, 26, 49, 18],
77 "reason": "style change" 77 "reason": "style change"
78 }, 78 },
79 { 79 {
80 "object": "LayoutTextFragment (anonymous)", 80 "object": "LayoutTextFragment (anonymous)",
81 "rect": [8, 26, 10, 18], 81 "rect": [8, 26, 10, 18],
82 "reason": "style change" 82 "reason": "style change"
83 }, 83 },
84 { 84 {
85 "object": "LayoutTextFragment (anonymous)", 85 "object": "LayoutTextFragment (anonymous)",
86 "rect": [8, 26, 8, 18],
87 "reason": "style change"
88 },
89 {
90 "object": "LayoutTextFragment (anonymous)",
91 "rect": [64, 26, 10, 18], 86 "rect": [64, 26, 10, 18],
92 "reason": "style change" 87 "reason": "style change"
93 }, 88 },
94 { 89 {
95 "object": "LayoutTextFragment (anonymous)", 90 "object": "LayoutTextFragment (anonymous)",
96 "rect": [63, 26, 8, 18], 91 "rect": [63, 26, 8, 18],
97 "reason": "style change" 92 "reason": "style change"
98 }, 93 },
99 { 94 {
100 "object": "RootInlineBox", 95 "object": "RootInlineBox",
101 "rect": [0, 0, 0, 0], 96 "rect": [0, 0, 0, 0],
102 "reason": "full" 97 "reason": "full"
103 } 98 }
104 ] 99 ]
105 } 100 }
106 ] 101 ]
107 } 102 }
108 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698