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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/outline-continuations-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 [18, 148, 200, 18], 9 {
10 [18, 110, 200, 18], 10 "object": "InlineFlowBox",
11 [16, 146, 202, 21], 11 "rect": [0, 0, 0, 0],
12 [16, 146, 88, 21], 12 "reason": "style change"
13 [16, 108, 202, 21], 13 },
14 [16, 108, 88, 59] 14 {
15 ], 15 "object": "InlineFlowBox",
16 "paintInvalidationClients": [ 16 "rect": [0, 0, 0, 0],
17 "InlineTextBox 'CONTENTS'", 17 "reason": "style change"
18 "RootInlineBox", 18 },
19 "InlineTextBox 'CONTENTS'", 19 {
20 "RootInlineBox", 20 "object": "InlineTextBox 'CONTENTS'",
21 "LayoutBlockFlow (anonymous)", 21 "rect": [0, 0, 0, 0],
22 "RootInlineBox", 22 "reason": "full"
23 "LayoutInline SPAN id='outer'", 23 },
24 "InlineFlowBox", 24 {
25 "LayoutBlockFlow (anonymous)", 25 "object": "InlineTextBox 'CONTENTS'",
26 "RootInlineBox", 26 "rect": [0, 0, 0, 0],
27 "LayoutInline SPAN id='outer'", 27 "reason": "full"
28 "InlineFlowBox", 28 },
29 "LayoutBlockFlow (anonymous)", 29 {
30 "LayoutInline SPAN id='outer'" 30 "object": "LayoutBlockFlow (anonymous)",
31 "rect": [18, 110, 200, 18],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutBlockFlow (anonymous)",
36 "rect": [16, 108, 202, 21],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutBlockFlow (anonymous)",
41 "rect": [18, 148, 200, 18],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutBlockFlow (anonymous)",
46 "rect": [16, 146, 202, 21],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutBlockFlow (anonymous)",
51 "rect": [0, 0, 0, 0],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutInline SPAN id='outer'",
56 "rect": [16, 108, 88, 59],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutInline SPAN id='outer'",
61 "rect": [16, 146, 88, 21],
62 "reason": "style change"
63 },
64 {
65 "object": "LayoutInline SPAN id='outer'",
66 "rect": [0, 0, 0, 0],
67 "reason": "style change"
68 },
69 {
70 "object": "RootInlineBox",
71 "rect": [0, 0, 0, 0],
72 "reason": "full"
73 },
74 {
75 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full"
78 },
79 {
80 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full"
83 },
84 {
85 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full"
88 }
31 ] 89 ]
32 } 90 }
33 ] 91 ]
34 } 92 }
35 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698