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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/outline-continuations-expected.txt

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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",
11 "rect": [0, 0, 0, 0],
12 "reason": "style change"
13 },
14 {
15 "object": "InlineFlowBox",
16 "rect": [0, 0, 0, 0],
17 "reason": "style change"
18 },
19 {
20 "object": "InlineTextBox 'CONTENTS'",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 },
24 {
25 "object": "InlineTextBox 'CONTENTS'",
26 "rect": [0, 0, 0, 0],
27 "reason": "full"
28 },
29 {
30 "object": "LayoutBlockFlow (anonymous)",
31 "rect": [16, 108, 202, 21],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
36 "rect": [16, 146, 202, 21], 11 "rect": [16, 146, 202, 21],
37 "reason": "bounds change" 12 "reason": "bounds change"
38 }, 13 },
39 { 14 {
40 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutBlockFlow (anonymous)",
41 "rect": [0, 0, 0, 0], 16 "rect": [16, 108, 202, 21],
42 "reason": "forced by layout" 17 "reason": "bounds change"
43 }, 18 },
44 { 19 {
45 "object": "LayoutInline SPAN id='outer'", 20 "object": "LayoutInline SPAN id='outer'",
46 "rect": [16, 108, 88, 59], 21 "rect": [16, 108, 88, 59],
47 "reason": "style change" 22 "reason": "style change"
48 }, 23 },
49 { 24 {
50 "object": "LayoutInline SPAN id='outer'", 25 "object": "LayoutInline SPAN id='outer'",
51 "rect": [16, 146, 88, 21], 26 "rect": [16, 146, 88, 21],
52 "reason": "style change" 27 "reason": "style change"
53 }, 28 },
54 { 29 {
30 "object": "InlineFlowBox",
31 "reason": "style change"
32 },
33 {
34 "object": "InlineFlowBox",
35 "reason": "style change"
36 },
37 {
38 "object": "InlineTextBox 'CONTENTS'",
39 "reason": "full"
40 },
41 {
42 "object": "InlineTextBox 'CONTENTS'",
43 "reason": "full"
44 },
45 {
46 "object": "LayoutBlockFlow (anonymous)",
47 "reason": "forced by layout"
48 },
49 {
55 "object": "LayoutInline SPAN id='outer'", 50 "object": "LayoutInline SPAN id='outer'",
56 "rect": [0, 0, 0, 0],
57 "reason": "style change" 51 "reason": "style change"
58 }, 52 },
59 { 53 {
60 "object": "RootInlineBox", 54 "object": "RootInlineBox",
61 "rect": [0, 0, 0, 0],
62 "reason": "full" 55 "reason": "full"
63 }, 56 },
64 { 57 {
65 "object": "RootInlineBox", 58 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0],
67 "reason": "full" 59 "reason": "full"
68 }, 60 },
69 { 61 {
70 "object": "RootInlineBox", 62 "object": "RootInlineBox",
71 "rect": [0, 0, 0, 0],
72 "reason": "full" 63 "reason": "full"
73 }, 64 },
74 { 65 {
75 "object": "RootInlineBox", 66 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full" 67 "reason": "full"
78 } 68 }
79 ] 69 ]
80 } 70 }
81 ] 71 ]
82 } 72 }
83 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698