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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 [283, 108, 100, 100], 9 {
10 [112, 193, 171, 19], 10 "object": "InlineBox",
11 [112, 108, 100, 100], 11 "rect": [0, 0, 0, 0],
12 [8, 108, 784, 104] 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.\n'", 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 "InlineBox", 26 "rect": [0, 0, 0, 0],
27 "RootInlineBox", 27 "reason": "full"
28 "LayoutBlockFlow (anonymous)", 28 },
29 "LayoutBlockFlow DIV" 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.\n'",
51 "rect": [0, 0, 0, 0],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutBlockFlow (anonymous)",
56 "rect": [8, 108, 784, 104],
57 "reason": "invalidate paint rectangle"
58 },
59 {
60 "object": "LayoutBlockFlow DIV",
61 "rect": [283, 108, 100, 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, 193, 171, 19],
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 }
30 ] 89 ]
31 } 90 }
32 ] 91 ]
33 } 92 }
34 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698