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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/crbug-371640-4-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 DIV id='keep' class='item'", 12 "object": "LayoutBlockFlow DIV id='keep' class='item'",
11 "rect": [408, 84, 100, 100], 13 "rect": [408, 84, 100, 100],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
(...skipping 13 matching lines...) Expand all
28 }, 30 },
29 { 31 {
30 "object": "LayoutText #text", 32 "object": "LayoutText #text",
31 "rect": [408, 84, 4, 18], 33 "rect": [408, 84, 4, 18],
32 "reason": "layoutObject removal" 34 "reason": "layoutObject removal"
33 }, 35 },
34 { 36 {
35 "object": "LayoutText #text", 37 "object": "LayoutText #text",
36 "rect": [208, 84, 4, 18], 38 "rect": [208, 84, 4, 18],
37 "reason": "bounds change" 39 "reason": "bounds change"
38 },
39 {
40 "object": "InlineTextBox '\u00A0'",
41 "reason": "full"
42 },
43 {
44 "object": "InlineTextBox '\u00A0'",
45 "reason": "bounds change"
46 },
47 {
48 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
49 "reason": "bounds change"
50 },
51 {
52 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke ep_inner' class='inner'",
53 "reason": "bounds change"
54 },
55 {
56 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke ep_outer' class='outer'",
57 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='no de' class='outer'",
61 "reason": "layoutObject removal"
62 },
63 {
64 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to _remove_inner' class='inner'",
65 "reason": "layoutObject removal"
66 },
67 {
68 "object": "RootInlineBox",
69 "reason": "full"
70 },
71 {
72 "object": "RootInlineBox",
73 "reason": "full"
74 } 40 }
75 ] 41 ]
76 } 42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutText #text",
47 "reason": "layoutObject removal"
48 },
49 {
50 "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
51 "reason": "layoutObject removal"
52 },
53 {
54 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_rem ove_inner' class='inner'",
55 "reason": "layoutObject removal"
56 },
57 {
58 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='node' class='outer'",
59 "reason": "layoutObject removal"
60 },
61 {
62 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_o uter' class='outer'",
63 "reason": "bounds change"
64 },
65 {
66 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
67 "reason": "bounds change"
68 },
69 {
70 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_i nner' class='inner'",
71 "reason": "bounds change"
72 },
73 {
74 "object": "LayoutBlockFlow DIV id='keep' class='item'",
75 "reason": "bounds change"
76 },
77 {
78 "object": "RootInlineBox",
79 "reason": "bounds change"
80 },
81 {
82 "object": "LayoutText #text",
83 "reason": "bounds change"
84 },
85 {
86 "object": "InlineTextBox '\u00A0'",
87 "reason": "bounds change"
88 }
77 ] 89 ]
78 } 90 }
79 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698