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

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

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (anonymous)", 12 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [8, 108, 784, 208], 13 "rect": [8, 108, 784, 208],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
15 "object": "LayoutText #text", 17 "object": "LayoutText #text",
16 "rect": [112, 194, 181, 18], 18 "rect": [112, 194, 181, 18],
17 "reason": "layoutObject removal" 19 "reason": "layoutObject removal"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow DIV", 22 "object": "LayoutBlockFlow DIV",
21 "rect": [292, 108, 101, 100], 23 "rect": [292, 108, 101, 100],
22 "reason": "bounds change" 24 "reason": "bounds change"
23 }, 25 },
24 { 26 {
25 "object": "LayoutBlockFlow DIV", 27 "object": "LayoutBlockFlow DIV",
26 "rect": [112, 108, 100, 100], 28 "rect": [112, 108, 100, 100],
27 "reason": "bounds change" 29 "reason": "bounds change"
28 },
29 {
30 "object": "InlineBox",
31 "reason": "full"
32 },
33 {
34 "object": "InlineBox",
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'",
67 "reason": "layoutObject removal"
68 },
69 {
70 "object": "RootInlineBox",
71 "reason": "full"
72 },
73 {
74 "object": "RootInlineBox",
75 "reason": "full"
76 },
77 {
78 "object": "RootInlineBox",
79 "reason": "full"
80 } 30 }
81 ] 31 ]
82 } 32 }
33 ],
34 "objectPaintInvalidations": [
35 {
36 "object": "LayoutText #text",
37 "reason": "layoutObject removal"
38 },
39 {
40 "object": "LayoutInline SPAN id='target'",
41 "reason": "layoutObject removal"
42 },
43 {
44 "object": "LayoutBlockFlow (anonymous)",
45 "reason": "invalidate paint rectangle"
46 },
47 {
48 "object": "LayoutBlockFlow DIV",
49 "reason": "bounds change"
50 }
83 ] 51 ]
84 } 52 }
85 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698