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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/crbug-371640-4-expected.txt

Issue 1883513002: 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 [408, 84, 100, 100], 9 {
10 [408, 84, 100, 100], 10 "object": "InlineTextBox '\u00A0'",
11 [408, 84, 100, 100], 11 "rect": [0, 0, 0, 0],
12 [408, 84, 100, 100], 12 "reason": "full"
13 [408, 84, 100, 100], 13 },
14 [408, 84, 100, 100], 14 {
15 [408, 84, 100, 100], 15 "object": "InlineTextBox '\u00A0'",
16 [408, 84, 4, 17], 16 "rect": [0, 0, 0, 0],
17 [408, 84, 4, 17], 17 "reason": "location change"
18 [208, 84, 100, 100], 18 },
19 [208, 84, 100, 100], 19 {
20 [208, 84, 100, 100], 20 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
21 [208, 84, 100, 100], 21 "rect": [208, 84, 100, 100],
22 [208, 84, 4, 17] 22 "reason": "location change"
23 ], 23 },
24 "paintInvalidationClients": [ 24 {
25 "InlineTextBox '\u00A0'", 25 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
26 "LayoutText #text", 26 "rect": [408, 84, 100, 100],
27 "RootInlineBox", 27 "reason": "location change"
28 "LayoutBlockFlow DIV id='to_remove' class='item'", 28 },
29 "LayoutBlockFlow (relative positioned) (floating) DIV id='to_remove_inne r' class='inner'", 29 {
30 "LayoutBlockFlow (relative positioned) (floating) DIV id='node' class='o uter'", 30 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke ep_inner' class='inner'",
31 "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_outer' cl ass='outer'", 31 "rect": [208, 84, 100, 100],
32 "LayoutBlockFlow (positioned) DIV class='abs_pos'", 32 "reason": "location change"
33 "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_inner' cl ass='inner'", 33 },
34 "LayoutBlockFlow DIV id='keep' class='item'", 34 {
35 "RootInlineBox", 35 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke ep_inner' class='inner'",
36 "LayoutText #text", 36 "rect": [408, 84, 100, 100],
37 "InlineTextBox '\u00A0'" 37 "reason": "location change"
38 },
39 {
40 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke ep_outer' class='outer'",
41 "rect": [208, 84, 100, 100],
42 "reason": "location change"
43 },
44 {
45 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke ep_outer' class='outer'",
46 "rect": [408, 84, 100, 100],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='no de' class='outer'",
51 "rect": [408, 84, 100, 100],
52 "reason": "layoutObject removal"
53 },
54 {
55 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to _remove_inner' class='inner'",
56 "rect": [408, 84, 100, 100],
57 "reason": "layoutObject removal"
58 },
59 {
60 "object": "LayoutBlockFlow DIV id='keep' class='item'",
61 "rect": [208, 84, 100, 100],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutBlockFlow DIV id='keep' class='item'",
66 "rect": [408, 84, 100, 100],
67 "reason": "location change"
68 },
69 {
70 "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
71 "rect": [408, 84, 100, 100],
72 "reason": "layoutObject removal"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [408, 84, 4, 17],
77 "reason": "layoutObject removal"
78 },
79 {
80 "object": "LayoutText #text",
81 "rect": [208, 84, 4, 17],
82 "reason": "location change"
83 },
84 {
85 "object": "LayoutText #text",
86 "rect": [408, 84, 4, 17],
87 "reason": "location change"
88 },
89 {
90 "object": "RootInlineBox",
91 "rect": [0, 0, 0, 0],
92 "reason": "full"
93 },
94 {
95 "object": "RootInlineBox",
96 "rect": [0, 0, 0, 0],
97 "reason": "full"
98 }
38 ] 99 ]
39 } 100 }
40 ] 101 ]
41 } 102 }
42 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698