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

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

Powered by Google App Engine
This is Rietveld 408576698