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

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

Issue 2086703002: Auto-rebaseline for r400760 (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 "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": [
(...skipping 15 matching lines...) Expand all
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": "bounds change"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ], 33 ],
34 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
35 { 35 {
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.'",
57 "reason": "full"
58 },
59 {
36 "object": "LayoutText #text", 60 "object": "LayoutText #text",
37 "reason": "layoutObject removal" 61 "reason": "layoutObject removal"
38 }, 62 },
39 { 63 {
64 "object": "InlineFlowBox",
65 "reason": "full"
66 },
67 {
40 "object": "LayoutInline SPAN id='target'", 68 "object": "LayoutInline SPAN id='target'",
41 "reason": "layoutObject removal" 69 "reason": "layoutObject removal"
42 }, 70 },
43 { 71 {
72 "object": "InlineBox",
73 "reason": "full"
74 },
75 {
76 "object": "InlineTextBox '\n'",
77 "reason": "full"
78 },
79 {
80 "object": "RootInlineBox",
81 "reason": "full"
82 },
83 {
84 "object": "InlineBox",
85 "reason": "full"
86 },
87 {
88 "object": "RootInlineBox",
89 "reason": "full"
90 },
91 {
44 "object": "LayoutBlockFlow (anonymous)", 92 "object": "LayoutBlockFlow (anonymous)",
45 "reason": "invalidate paint rectangle" 93 "reason": "invalidate paint rectangle"
46 }, 94 },
47 { 95 {
48 "object": "LayoutBlockFlow DIV", 96 "object": "LayoutBlockFlow DIV",
49 "reason": "bounds change" 97 "reason": "bounds change"
50 } 98 }
51 ] 99 ]
52 } 100 }
53 101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698