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

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

Powered by Google App Engine
This is Rietveld 408576698