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

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

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (floating) DIV id='container'",
11 "rect": [88, 88, 520, 100],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer '",
16 "rect": [348, 88, 260, 100],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutBlockFlow (floating) DIV id='node' class='outer'",
21 "rect": [348, 88, 260, 100],
22 "reason": "layoutObject removal"
23 },
24 {
25 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke ep_inner' class='inner'",
26 "rect": [348, 88, 260, 100],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to _remove_inner' class='inner'",
31 "rect": [348, 88, 260, 100],
32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer '",
36 "rect": [88, 88, 260, 100],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke ep_inner' class='inner'",
41 "rect": [88, 88, 260, 100],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
46 "rect": [348, 88, 100, 100],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutBlockFlow DIV id='keep' class='item'", 10 "object": "LayoutBlockFlow DIV id='keep' class='item'",
51 "rect": [348, 88, 100, 100], 11 "rect": [348, 88, 100, 100],
52 "reason": "bounds change" 12 "reason": "bounds change"
53 }, 13 },
54 { 14 {
55 "object": "LayoutBlockFlow DIV id='to_remove' class='item'", 15 "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
56 "rect": [348, 88, 100, 100], 16 "rect": [348, 88, 100, 100],
57 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
58 }, 18 },
59 { 19 {
60 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
61 "rect": [88, 88, 100, 100],
62 "reason": "bounds change"
63 },
64 {
65 "object": "LayoutBlockFlow DIV id='keep' class='item'", 20 "object": "LayoutBlockFlow DIV id='keep' class='item'",
66 "rect": [88, 88, 100, 100], 21 "rect": [88, 88, 100, 100],
67 "reason": "bounds change" 22 "reason": "bounds change"
68 }, 23 },
69 { 24 {
25 "object": "LayoutBlockFlow (floating) DIV id='container'",
26 "reason": "bounds change"
27 },
28 {
29 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer '",
30 "reason": "bounds change"
31 },
32 {
33 "object": "LayoutBlockFlow (floating) DIV id='node' class='outer'",
34 "reason": "layoutObject removal"
35 },
36 {
37 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
38 "reason": "bounds change"
39 },
40 {
41 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke ep_inner' class='inner'",
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to _remove_inner' class='inner'",
46 "reason": "layoutObject removal"
47 },
48 {
70 "object": "LayoutBlockFlow DIV", 49 "object": "LayoutBlockFlow DIV",
71 "reason": "bounds change" 50 "reason": "bounds change"
72 } 51 }
73 ] 52 ]
74 } 53 }
75 ] 54 ]
76 } 55 }
77 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698