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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/remove-inline-after-layout-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": "InlineBox",
11 "rect": [0, 0, 0, 0],
12 "reason": "full"
13 },
14 {
15 "object": "InlineBox",
16 "rect": [0, 0, 0, 0],
17 "reason": "full"
18 },
19 {
20 "object": "InlineBox",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 },
24 {
25 "object": "InlineBox",
26 "rect": [0, 0, 0, 0],
27 "reason": "full"
28 },
29 {
30 "object": "InlineFlowBox",
31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
34 {
35 "object": "InlineTextBox '\n'",
36 "rect": [0, 0, 0, 0],
37 "reason": "full"
38 },
39 {
40 "object": "InlineTextBox '\n'",
41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox 'This span should disappear.\n'",
46 "rect": [0, 0, 0, 0],
47 "reason": "full"
48 },
49 {
50 "object": "InlineTextBox 'This span should disappear.'",
51 "rect": [0, 0, 0, 0],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
56 "rect": [8, 108, 784, 208], 11 "rect": [8, 108, 784, 208],
57 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
58 }, 13 },
59 { 14 {
15 "object": "LayoutText #text",
16 "rect": [112, 194, 182, 18],
17 "reason": "layoutObject removal"
18 },
19 {
60 "object": "LayoutBlockFlow DIV", 20 "object": "LayoutBlockFlow DIV",
61 "rect": [293, 108, 101, 100], 21 "rect": [293, 108, 101, 100],
62 "reason": "location change" 22 "reason": "location change"
63 }, 23 },
64 { 24 {
65 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
66 "rect": [112, 108, 100, 100], 26 "rect": [112, 108, 100, 100],
67 "reason": "location change" 27 "reason": "location change"
68 }, 28 },
69 { 29 {
70 "object": "LayoutInline SPAN id='target'", 30 "object": "InlineBox",
71 "rect": [0, 0, 0, 0], 31 "reason": "full"
72 "reason": "layoutObject removal"
73 }, 32 },
74 { 33 {
75 "object": "LayoutText #text", 34 "object": "InlineBox",
76 "rect": [112, 194, 182, 18], 35 "reason": "full"
36 },
37 {
38 "object": "InlineBox",
39 "reason": "full"
40 },
41 {
42 "object": "InlineBox",
43 "reason": "full"
44 },
45 {
46 "object": "InlineFlowBox",
47 "reason": "full"
48 },
49 {
50 "object": "InlineTextBox '\n'",
51 "reason": "full"
52 },
53 {
54 "object": "InlineTextBox '\n'",
55 "reason": "full"
56 },
57 {
58 "object": "InlineTextBox 'This span should disappear.\n'",
59 "reason": "full"
60 },
61 {
62 "object": "InlineTextBox 'This span should disappear.'",
63 "reason": "full"
64 },
65 {
66 "object": "LayoutInline SPAN id='target'",
77 "reason": "layoutObject removal" 67 "reason": "layoutObject removal"
78 }, 68 },
79 { 69 {
80 "object": "RootInlineBox", 70 "object": "RootInlineBox",
81 "rect": [0, 0, 0, 0],
82 "reason": "full" 71 "reason": "full"
83 }, 72 },
84 { 73 {
85 "object": "RootInlineBox", 74 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0],
87 "reason": "full" 75 "reason": "full"
88 }, 76 },
89 { 77 {
90 "object": "RootInlineBox", 78 "object": "RootInlineBox",
91 "rect": [0, 0, 0, 0],
92 "reason": "full" 79 "reason": "full"
93 } 80 }
94 ] 81 ]
95 } 82 }
96 ] 83 ]
97 } 84 }
98 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698