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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/outline-continuations-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": "InlineFlowBox", 10 "object": "InlineFlowBox",
(...skipping 10 matching lines...) Expand all
21 "rect": [0, 0, 0, 0], 21 "rect": [0, 0, 0, 0],
22 "reason": "full" 22 "reason": "full"
23 }, 23 },
24 { 24 {
25 "object": "InlineTextBox 'CONTENTS'", 25 "object": "InlineTextBox 'CONTENTS'",
26 "rect": [0, 0, 0, 0], 26 "rect": [0, 0, 0, 0],
27 "reason": "full" 27 "reason": "full"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow (anonymous)", 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], 31 "rect": [16, 108, 202, 21],
37 "reason": "bounds change" 32 "reason": "bounds change"
38 }, 33 },
39 { 34 {
40 "object": "LayoutBlockFlow (anonymous)", 35 "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], 36 "rect": [16, 146, 202, 21],
47 "reason": "bounds change" 37 "reason": "bounds change"
48 }, 38 },
49 { 39 {
50 "object": "LayoutBlockFlow (anonymous)", 40 "object": "LayoutBlockFlow (anonymous)",
51 "rect": [0, 0, 0, 0], 41 "rect": [0, 0, 0, 0],
52 "reason": "forced by layout" 42 "reason": "forced by layout"
53 }, 43 },
54 { 44 {
55 "object": "LayoutInline SPAN id='outer'", 45 "object": "LayoutInline SPAN id='outer'",
(...skipping 28 matching lines...) Expand all
84 { 74 {
85 "object": "RootInlineBox", 75 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0], 76 "rect": [0, 0, 0, 0],
87 "reason": "full" 77 "reason": "full"
88 } 78 }
89 ] 79 ]
90 } 80 }
91 ] 81 ]
92 } 82 }
93 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698