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

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

Issue 1989683003: Auto-rebaseline for r394275 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
(...skipping 30 matching lines...) Expand all
41 "rect": [254, 132, 52, 235], 41 "rect": [254, 132, 52, 235],
42 "reason": "bounds change" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutTableCell TD id='col1'", 45 "object": "LayoutTableCell TD id='col1'",
46 "rect": [252, 132, 50, 199], 46 "rect": [252, 132, 50, 199],
47 "reason": "incremental" 47 "reason": "incremental"
48 }, 48 },
49 { 49 {
50 "object": "LayoutText #text", 50 "object": "LayoutText #text",
51 "rect": [250, 132, 36, 144], 51 "rect": [249, 132, 37, 144],
52 "reason": "incremental" 52 "reason": "incremental"
53 }, 53 },
54 { 54 {
55 "object": "InlineTextBox 'Curabitur pretium, quam quis semper'", 55 "object": "InlineTextBox 'Curabitur pretium, quam quis semper'",
56 "reason": "incremental" 56 "reason": "incremental"
57 }, 57 },
58 { 58 {
59 "object": "InlineTextBox 'Curabitur pretium, quam quis semper'", 59 "object": "InlineTextBox 'Curabitur pretium, quam quis semper'",
60 "reason": "full" 60 "reason": "full"
61 }, 61 },
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 }, 157 },
158 { 158 {
159 "object": "RootInlineBox", 159 "object": "RootInlineBox",
160 "reason": "full" 160 "reason": "full"
161 } 161 }
162 ] 162 ]
163 } 163 }
164 ] 164 ]
165 } 165 }
166 166
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698