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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/remove-inline-after-layout-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow (anonymous)", 12 "object": "LayoutBlockFlow (anonymous)",
13 "rect": [8, 108, 784, 104], 13 "rect": [8, 108, 784, 105],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutText #text", 17 "object": "LayoutText #text",
18 "rect": [112, 193, 171, 19], 18 "rect": [112, 193, 171, 19],
19 "reason": "layoutObject removal" 19 "reason": "layoutObject removal"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow DIV", 22 "object": "LayoutBlockFlow DIV",
23 "rect": [282, 108, 101, 100], 23 "rect": [282, 108, 101, 100],
24 "reason": "bounds change" 24 "reason": "forced by layout"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow DIV", 27 "object": "LayoutBlockFlow DIV",
28 "rect": [112, 108, 100, 100], 28 "rect": [112, 108, 100, 100],
29 "reason": "bounds change" 29 "reason": "forced by layout"
30 },
31 {
32 "object": "LayoutBlockFlow DIV",
33 "rect": [8, 108, 100, 100],
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [108, 193, 4, 19],
39 "reason": "forced by layout"
30 } 40 }
31 ] 41 ]
32 } 42 }
33 ], 43 ],
34 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
35 { 45 {
36 "object": "InlineBox",
37 "reason": "full"
38 },
39 {
40 "object": "InlineTextBox '\n'",
41 "reason": "full"
42 },
43 {
44 "object": "InlineTextBox 'This span should disappear.\n'",
45 "reason": "full"
46 },
47 {
48 "object": "InlineBox",
49 "reason": "full"
50 },
51 {
52 "object": "RootInlineBox",
53 "reason": "full"
54 },
55 {
56 "object": "InlineTextBox 'This span should disappear.\n'",
57 "reason": "full"
58 },
59 {
60 "object": "LayoutText #text", 46 "object": "LayoutText #text",
61 "reason": "layoutObject removal" 47 "reason": "layoutObject removal"
62 }, 48 },
63 { 49 {
64 "object": "InlineFlowBox",
65 "reason": "full"
66 },
67 {
68 "object": "LayoutInline SPAN id='target'", 50 "object": "LayoutInline SPAN id='target'",
69 "reason": "layoutObject removal" 51 "reason": "layoutObject removal"
70 }, 52 },
71 { 53 {
72 "object": "InlineBox", 54 "object": "LayoutBlockFlow (anonymous)",
73 "reason": "full" 55 "reason": "forced by layout"
56 },
57 {
58 "object": "RootInlineBox",
59 "reason": "forced by layout"
60 },
61 {
62 "object": "LayoutBlockFlow DIV",
63 "reason": "forced by layout"
64 },
65 {
66 "object": "LayoutText #text",
67 "reason": "forced by layout"
74 }, 68 },
75 { 69 {
76 "object": "InlineTextBox '\n'", 70 "object": "InlineTextBox '\n'",
77 "reason": "full" 71 "reason": "forced by layout"
78 },
79 {
80 "object": "InlineBox",
81 "reason": "full"
82 },
83 {
84 "object": "RootInlineBox",
85 "reason": "full"
86 },
87 {
88 "object": "LayoutBlockFlow (anonymous)",
89 "reason": "invalidate paint rectangle"
90 }, 72 },
91 { 73 {
92 "object": "LayoutBlockFlow DIV", 74 "object": "LayoutBlockFlow DIV",
93 "reason": "bounds change" 75 "reason": "forced by layout"
94 } 76 }
95 ] 77 ]
96 } 78 }
97 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698